#CC017D

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

Shades of Medium Violet Red #CC017D

Tints of Medium Violet Red #CC017D

Color information

#CC017D (or 0xCC017D) is unknown color: approx Medium Violet Red. HEX triplet: CC, 01 and 7D. RGB value is (204,1,125). Sum of RGB (Red+Green+Blue) = 204+1+125=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC017D is #33FE82. Grayscale: #4B4B4B. Windows color (decimal): -3407491 or 8192460. OLE color: 8192460.

HSL color Cylindrical-coordinate representation of color #CC017D: hue angle of 323.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC017D is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB2041125-
CMYK01.000.390.2
HSL323.35º99.02%40.2%-
HSV(B)323.35º99.51%80%-
XYZ28.6114.3420.66-
YUV75.83155.75219.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=61.82%
G=0.30%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204112501.000.390.2323.3599.0240.2
HexCC17D06427141436328
Octal31411750144472450314350
Binary110011001111110101100100100111101001010000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC017D; }

 p { color: rgb(204,1,125); }

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

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

 a { background-color: rgb(204,1,125); }

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

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

 span { border-color: rgb(204,1,125); }

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