Html Css Color HEX #CC24BD Deep Magenta

📋 copy color: '#CC24BD'

red 204 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #CC24BD

Tints of Deep Magenta #CC24BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.39%

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 47.55%
G = 8.39%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC24BD (or 0xCC24BD) is known color: Deep Magenta. HEX triplet: CC, 24 and BD. RGB value is (204,36,189). Sum of RGB (Red+Green+Blue) = 204+36+189=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24BD is #33DB42. Grayscale: #676767. Windows color (decimal): -3398467 or 12395724. OLE color: 12395724.

HSL color Cylindrical-coordinate representation of color #CC24BD: hue angle of 305.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC24BD is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 189 -
CMYK 0 0.82 0.07 0.2
HSL 305.36º 0.7% 0.47% -
HSV(B) 305.36º 0.82% 0.8% -
XYZ 34.72 17.77 49.74 -
YUV 103.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 204 36 189 0 0.82 0.07 0.2 305.36 0.7 0.47
Hex CC 24 BD 0 52 7 14 131 46 2F
Octal 314 44 275 0 122 7 24 461 106 57
Binary 11001100 100100 10111101 0 1010010 111 10100 100110001 1000110 101111

Color Harmonies of #CC24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24BD

Black with #CC24BD

Text Example


Text Example

White with #CC24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24BD; }

 p { color: rgb(204,36,189); }

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

background-color css

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

 a { background-color: rgb(204,36,189); }

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

border-color css

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

 span { border-color: rgb(204,36,189); }

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