Html Css Color HEX #CC04BA Deep Magenta

📋 copy color: '#CC04BA'

red 204 ◦ green 4 ◦ blue 186

#CC04BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC04BA

Tints of Deep Magenta #CC04BA

RGB

 RED value IS 204 (80.08% from 255) = 51.78%

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 51.78%
G = 1.02%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC04BA (or 0xCC04BA) is known color: Deep Magenta. HEX triplet: CC, 04 and BA. RGB value is (204,4,186). Sum of RGB (Red+Green+Blue) = 204+4+186=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04BA is #33FB45. Grayscale: #545454. Windows color (decimal): -3406662 or 12190924. OLE color: 12190924.

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

Color convert

RGB 204 4 186 -
CMYK 0 0.98 0.09 0.2
HSL 305.4º 0.96% 0.41% -
HSV(B) 305.4º 0.98% 0.8% -
XYZ 33.81 16.47 47.85 -
YUV 84.55 185.26 213.2 -
System Red Green Blue C M Y K H S L
Decimal 204 4 186 0 0.98 0.09 0.2 305.4 0.96 0.41
Hex CC 4 BA 0 62 9 14 131 60 29
Octal 314 4 272 0 142 11 24 461 140 51
Binary 11001100 100 10111010 0 1100010 1001 10100 100110001 1100000 101001

Color Harmonies of #CC04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04BA

Black with #CC04BA

Text Example


Text Example

White with #CC04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04BA; }

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

 H1.HeaderClassName
 {
   color: #CC04BA;
 }
 .AnyTagClassName
 {
   color: #CC04BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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