Html Css Color HEX #CC04CB Deep Magenta

📋 copy color: '#CC04CB'

red 204 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #CC04CB

Tints of Deep Magenta #CC04CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 49.64%
G = 0.97%
B = 49.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC04CB (or 0xCC04CB) is known color: Deep Magenta. HEX triplet: CC, 04 and CB. RGB value is (204,4,203). Sum of RGB (Red+Green+Blue) = 204+4+203=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04CB is #33FB34. Grayscale: #555555. Windows color (decimal): -3406645 or 13305036. OLE color: 13305036.

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

Color convert

RGB 204 4 203 -
CMYK 0 0.98 0.00 0.2
HSL 300.3º 0.96% 0.41% -
HSV(B) 300.3º 0.98% 0.8% -
XYZ 35.72 17.24 57.94 -
YUV 86.49 193.76 211.82 -
System Red Green Blue C M Y K H S L
Decimal 204 4 203 0 0.98 0.00 0.2 300.3 0.96 0.41
Hex CC 4 CB 0 62 0 14 12C 60 29
Octal 314 4 313 0 142 0 24 454 140 51
Binary 11001100 100 11001011 0 1100010 0 10100 100101100 1100000 101001

Color Harmonies of #CC04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04CB

Black with #CC04CB

Text Example


Text Example

White with #CC04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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