#CC1190

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

Shades of Medium Violet Red #CC1190

Tints of Medium Violet Red #CC1190

Color information

#CC1190 (or 0xCC1190) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 90. RGB value is (204,17,144). Sum of RGB (Red+Green+Blue) = 204+17+144=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1190 is #33EE6F. Grayscale: #575757. Windows color (decimal): -3403376 or 9441740. OLE color: 9441740.

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

Color convert

RGB20417144-
CMYK00.920.290.2
HSL319.25º84.62%43.33%-
HSV(B)319.25º91.67%80%-
XYZ30.1415.2527.74-
YUV87.39159.95211.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=55.89%
G=4.66%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041714400.920.290.2319.2584.6243.33
HexCC119005C1D1413f552b
Octal314212200134352447712553
Binary1100110010001100100000101110011101101001001111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1190; }

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

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

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

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

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

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

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

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