Html Css Color HEX #CC24DA Deep Magenta

📋 copy color: '#CC24DA'

red 204 ◦ green 36 ◦ blue 218

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

Shades of Deep Magenta #CC24DA

Tints of Deep Magenta #CC24DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 44.54%
G = 7.86%
B = 47.6%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC24DA (or 0xCC24DA) is known color: Deep Magenta. HEX triplet: CC, 24 and DA. RGB value is (204,36,218). Sum of RGB (Red+Green+Blue) = 204+36+218=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24DA is #33DB25. Grayscale: #6A6A6A. Windows color (decimal): -3398438 or 14296268. OLE color: 14296268.

HSL color Cylindrical-coordinate representation of color #CC24DA: hue angle of 295.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC24DA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 36 218 -
CMYK 0.06 0.83 0 0.15
HSL 295.38º 0.72% 0.5% -
HSV(B) 295.38º 0.83% 0.85% -
XYZ 38.19 19.16 68.02 -
YUV 106.98 190.66 197.2 -
System Red Green Blue C M Y K H S L
Decimal 204 36 218 0.06 0.83 0 0.15 295.38 0.72 0.5
Hex CC 24 DA 6 53 0 F 127 48 32
Octal 314 44 332 6 123 0 17 447 110 62
Binary 11001100 100100 11011010 110 1010011 0 1111 100100111 1001000 110010

Color Harmonies of #CC24DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24DA

Black with #CC24DA

Text Example


Text Example

White with #CC24DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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