#CC04B8

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

Shades of Deep Magenta #CC04B8

Tints of Deep Magenta #CC04B8

Color information

#CC04B8 (or 0xCC04B8) is unknown color: approx Deep Magenta. HEX triplet: CC, 04 and B8. RGB value is (204,4,184). Sum of RGB (Red+Green+Blue) = 204+4+184=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04B8 is #33FB47. Grayscale: #535353. Windows color (decimal): -3406664 or 12059852. OLE color: 12059852.

HSL color Cylindrical-coordinate representation of color #CC04B8: hue angle of 306º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04B8 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB2044184-
CMYK00.980.100.2
HSL306º96.15%40.78%-
HSV(B)306º98.04%80%-
XYZ33.616.3846.74-
YUV84.32184.26213.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 184 (72.27% from 255) = 46.94%
R=52.04%
G=1.02%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204418400.980.100.230696.1540.78
HexCC4B8062A141326029
Octal31442700142122446214051
Binary1100110010010111000011000101010101001001100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC04B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC04B8; }

 p { color: rgb(204,4,184); }

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

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

 a { background-color: rgb(204,4,184); }

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

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

 span { border-color: rgb(204,4,184); }

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