#cc1185

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

Shades of Medium Violet Red #CC1185

Tints of Medium Violet Red #CC1185

Color information

#CC1185 (or 0xCC1185) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 85. RGB value is (204,17,133). Sum of RGB (Red+Green+Blue) = 204+17+133=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1185 is #33EE7A. Grayscale: #555555. Windows color (decimal): -3403387 or 8720844. OLE color: 8720844.

HSL color Cylindrical-coordinate representation of color #CC1185: hue angle of 322.78º 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 #CC1185 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB20417133-
CMYK00.920.350.2
HSL322.78º84.62%43.33%-
HSV(B)322.78º91.67%80%-
XYZ29.3414.9323.53-
YUV86.14154.45212.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 17 (7.03% from 255) = 4.80%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=57.63%
G=4.80%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041713300.920.350.2322.7884.6243.33
HexCC118505C2314143552b
Octal314212050134432450312553
Binary11001100100011000010101011100100011101001010000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc1185; }

 p { color: rgb(204,17,133); }

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

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

 a { background-color: rgb(204,17,133); }

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

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

 span { border-color: rgb(204,17,133); }

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