#CC01B4

Color #CC01B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC01B4

Tints of Deep Magenta #CC01B4

Color information

#CC01B4 (or 0xCC01B4) is unknown color: approx Deep Magenta. HEX triplet: CC, 01 and B4. RGB value is (204,1,180). Sum of RGB (Red+Green+Blue) = 204+1+180=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01B4 is #33FE4B. Grayscale: #515151. Windows color (decimal): -3407436 or 11796940. OLE color: 11796940.

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

Color convert

RGB2041180-
CMYK01.000.120.2
HSL307.09º99.02%40.2%-
HSV(B)307.09º99.51%80%-
XYZ33.1516.1544.55-
YUV82.1183.25214.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=52.99%
G=0.26%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204118001.000.120.2307.0999.0240.2
HexCC1B4064C141336328
Octal31412640144142446314350
Binary11001100110110100011001001100101001001100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC01B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC01B4; }

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

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

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

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

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

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

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

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