#CC117C

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

Shades of Medium Violet Red #CC117C

Tints of Medium Violet Red #CC117C

Color information

#CC117C (or 0xCC117C) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 7C. RGB value is (204,17,124). Sum of RGB (Red+Green+Blue) = 204+17+124=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117C is #33EE83. Grayscale: #545454. Windows color (decimal): -3403396 or 8131020. OLE color: 8131020.

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

Color convert

RGB20417124-
CMYK00.920.390.2
HSL325.67º84.62%43.33%-
HSV(B)325.67º91.67%80%-
XYZ28.7414.6920.39-
YUV85.11149.95212.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=59.13%
G=4.93%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041712400.920.390.2325.6784.6243.33
HexCC117C05C2714146552b
Octal314211740134472450612553
Binary1100110010001111110001011100100111101001010001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC117C; }

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

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

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

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

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

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

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

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