Html Css Color HEX #CC24B9 Deep Magenta

📋 copy color: '#CC24B9'

red 204 ◦ green 36 ◦ blue 185

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

Shades of Deep Magenta #CC24B9

Tints of Deep Magenta #CC24B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 48%
G = 8.47%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC24B9 (or 0xCC24B9) is known color: Deep Magenta. HEX triplet: CC, 24 and B9. RGB value is (204,36,185). Sum of RGB (Red+Green+Blue) = 204+36+185=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24B9 is #33DB46. Grayscale: #666666. Windows color (decimal): -3398471 or 12133580. OLE color: 12133580.

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

Color convert

RGB 204 36 185 -
CMYK 0 0.82 0.09 0.2
HSL 306.79º 0.7% 0.47% -
HSV(B) 306.79º 0.82% 0.8% -
XYZ 34.29 17.6 47.49 -
YUV 103.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 204 36 185 0 0.82 0.09 0.2 306.79 0.7 0.47
Hex CC 24 B9 0 52 9 14 133 46 2F
Octal 314 44 271 0 122 11 24 463 106 57
Binary 11001100 100100 10111001 0 1010010 1001 10100 100110011 1000110 101111

Color Harmonies of #CC24B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24B9

Black with #CC24B9

Text Example


Text Example

White with #CC24B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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