Html Css Color HEX #CC04BE Deep Magenta

📋 copy color: '#CC04BE'

red 204 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #CC04BE

Tints of Deep Magenta #CC04BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 51.26%
G = 1.01%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC04BE (or 0xCC04BE) is known color: Deep Magenta. HEX triplet: CC, 04 and BE. RGB value is (204,4,190). Sum of RGB (Red+Green+Blue) = 204+4+190=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04BE is #33FB41. Grayscale: #545454. Windows color (decimal): -3406658 or 12453068. OLE color: 12453068.

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

Color convert

RGB 204 4 190 -
CMYK 0 0.98 0.07 0.2
HSL 304.2º 0.96% 0.41% -
HSV(B) 304.2º 0.98% 0.8% -
XYZ 34.24 16.64 50.12 -
YUV 85 187.26 212.88 -
System Red Green Blue C M Y K H S L
Decimal 204 4 190 0 0.98 0.07 0.2 304.2 0.96 0.41
Hex CC 4 BE 0 62 7 14 130 60 29
Octal 314 4 276 0 142 7 24 460 140 51
Binary 11001100 100 10111110 0 1100010 111 10100 100110000 1100000 101001

Color Harmonies of #CC04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC04BE

Black with #CC04BE

Text Example


Text Example

White with #CC04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC04BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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