#cc0883

Color #CC0883 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC0883

Tints of Medium Violet Red #CC0883

Color information

#CC0883 (or 0xCC0883) is unknown color: approx Medium Violet Red. HEX triplet: CC, 08 and 83. RGB value is (204,8,131). Sum of RGB (Red+Green+Blue) = 204+8+131=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0883 is #33F77C. Grayscale: #505050. Windows color (decimal): -3405693 or 8587468. OLE color: 8587468.

HSL color Cylindrical-coordinate representation of color #CC0883: hue angle of 322.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0883 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB2048131-
CMYK00.960.360.2
HSL322.35º92.45%41.57%-
HSV(B)322.35º96.08%80%-
XYZ29.0914.6522.77-
YUV80.63156.43216-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 8 (3.52% from 255) = 2.33%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=59.48%
G=2.33%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204813100.960.360.2322.3592.4541.57
HexCC88306024141425c2a
Octal314102030140442450213452
Binary1100110010001000001101100000100100101001010000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0883; }

 p { color: rgb(204,8,131); }

 H1.HeaderClassName
 {
   color: #cc0883;
 }
 .AnyTagClassName
 {
   color: #cc0883;
 }
</style>
background-color css

<style>
 a { background-color: #cc0883; }

 a { background-color: rgb(204,8,131); }

 div.DivClassName
 {
   background-color: #cc0883;
 }
 .BgClassName
 {
   background-color: #cc0883;
 }
</style>
border-color css

<style>
 span { border-color: #cc0883; }

 span { border-color: rgb(204,8,131); }

 td.TdClassName
 {
   border-color: #cc0883;
 }
 .TagClassName
 {
   border-color: #cc0883;
 }
</style>