#CC01BF

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

Shades of Deep Magenta #CC01BF

Tints of Deep Magenta #CC01BF

Color information

#CC01BF (or 0xCC01BF) is unknown color: approx Deep Magenta. HEX triplet: CC, 01 and BF. RGB value is (204,1,191). Sum of RGB (Red+Green+Blue) = 204+1+191=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC01BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01BF is #33FE40. Grayscale: #525252. Windows color (decimal): -3407425 or 12517836. OLE color: 12517836.

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

Color convert

RGB2041191-
CMYK01.000.060.2
HSL303.84º99.02%40.2%-
HSV(B)303.84º99.51%80%-
XYZ34.3216.6250.69-
YUV83.36188.75214.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 191 (75% from 255) = 48.23%
R=51.52%
G=0.25%
B=48.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204119101.000.060.2303.8499.0240.2
HexCC1BF0646141306328
Octal3141277014462446014350
Binary1100110011011111101100100110101001001100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC01BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC01BF; }

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

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

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

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

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

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

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

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