#CC017F

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

Shades of Medium Violet Red #CC017F

Tints of Medium Violet Red #CC017F

Color information

#CC017F (or 0xCC017F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 01 and 7F. RGB value is (204,1,127). Sum of RGB (Red+Green+Blue) = 204+1+127=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC017F is #33FE80. Grayscale: #4B4B4B. Windows color (decimal): -3407489 or 8323532. OLE color: 8323532.

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

Color convert

RGB2041127-
CMYK01.000.380.2
HSL322.76º99.02%40.2%-
HSV(B)322.76º99.51%80%-
XYZ28.7414.3921.34-
YUV76.06156.75219.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 127 (50% from 255) = 38.25%
R=61.45%
G=0.30%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204112701.000.380.2322.7699.0240.2
HexCC17F06426141436328
Octal31411770144462450314350
Binary110011001111111101100100100110101001010000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC017F; }

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

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

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

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

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

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

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

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