#CC1087

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

Shades of Medium Violet Red #CC1087

Tints of Medium Violet Red #CC1087

Color information

#CC1087 (or 0xCC1087) is unknown color: approx Medium Violet Red. HEX triplet: CC, 10 and 87. RGB value is (204,16,135). Sum of RGB (Red+Green+Blue) = 204+16+135=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1087 is #33EF78. Grayscale: #555555. Windows color (decimal): -3403641 or 8851660. OLE color: 8851660.

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

Color convert

RGB20416135-
CMYK00.920.340.2
HSL322.02º85.45%43.14%-
HSV(B)322.02º92.16%80%-
XYZ29.4614.9624.26-
YUV85.78155.78212.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=57.46%
G=4.51%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041613500.920.340.2322.0285.4543.14
HexCC108705C2214142552b
Octal314202070134422450212553
Binary11001100100001000011101011100100010101001010000101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1087; }

 p { color: rgb(204,16,135); }

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

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

 a { background-color: rgb(204,16,135); }

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

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

 span { border-color: rgb(204,16,135); }

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