#cc2186

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

Shades of Medium Violet Red #CC2186

Tints of Medium Violet Red #CC2186

Color information

#CC2186 (or 0xCC2186) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and 86. RGB value is (204,33,134). Sum of RGB (Red+Green+Blue) = 204+33+134=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2186 is #33DE79. Grayscale: #5F5F5F. Windows color (decimal): -3399290 or 8790476. OLE color: 8790476.

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

Color convert

RGB20433134-
CMYK00.840.340.2
HSL324.56º72.15%46.47%-
HSV(B)324.56º83.82%80%-
XYZ29.7515.6524.01-
YUV95.64149.65205.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 33 (13.28% from 255) = 8.89%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=54.99%
G=8.89%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043313400.840.340.2324.5672.1546.47
HexCC21860542214145482e
Octal314412060124422450511056
Binary110011001000011000011001010100100010101001010001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2186; }

 p { color: rgb(204,33,134); }

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

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

 a { background-color: rgb(204,33,134); }

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

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

 span { border-color: rgb(204,33,134); }

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