Html Css Color HEX #CC24DD Deep Magenta

📋 copy color: '#CC24DD'

red 204 ◦ green 36 ◦ blue 221

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

Shades of Deep Magenta #CC24DD

Tints of Deep Magenta #CC24DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 44.25%
G = 7.81%
B = 47.94%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC24DD (or 0xCC24DD) is known color: Deep Magenta. HEX triplet: CC, 24 and DD. RGB value is (204,36,221). Sum of RGB (Red+Green+Blue) = 204+36+221=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24DD is #33DB22. Grayscale: #6A6A6A. Windows color (decimal): -3398435 or 14492876. OLE color: 14492876.

HSL color Cylindrical-coordinate representation of color #CC24DD: hue angle of 294.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC24DD is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 36 221 -
CMYK 0.08 0.84 0 0.13
HSL 294.49º 0.73% 0.5% -
HSV(B) 294.49º 0.84% 0.87% -
XYZ 38.58 19.32 70.1 -
YUV 107.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 204 36 221 0.08 0.84 0 0.13 294.49 0.73 0.5
Hex CC 24 DD 8 54 0 D 126 49 32
Octal 314 44 335 10 124 0 15 446 111 62
Binary 11001100 100100 11011101 1000 1010100 0 1101 100100110 1001001 110010

Color Harmonies of #CC24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24DD

Black with #CC24DD

Text Example


Text Example

White with #CC24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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