Html Css Color HEX #CC24DF Deep Magenta

📋 copy color: '#CC24DF'

red 204 ◦ green 36 ◦ blue 223

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

Shades of Deep Magenta #CC24DF

Tints of Deep Magenta #CC24DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 44.06%
G = 7.78%
B = 48.16%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC24DF (or 0xCC24DF) is known color: Deep Magenta. HEX triplet: CC, 24 and DF. RGB value is (204,36,223). Sum of RGB (Red+Green+Blue) = 204+36+223=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24DF is #33DB20. Grayscale: #6A6A6A. Windows color (decimal): -3398433 or 14623948. OLE color: 14623948.

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

Color convert

RGB 204 36 223 -
CMYK 0.09 0.84 0 0.13
HSL 293.9º 0.75% 0.51% -
HSV(B) 293.9º 0.84% 0.87% -
XYZ 38.85 19.43 71.51 -
YUV 107.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 204 36 223 0.09 0.84 0 0.13 293.9 0.75 0.51
Hex CC 24 DF 9 54 0 D 126 4B 33
Octal 314 44 337 11 124 0 15 446 113 63
Binary 11001100 100100 11011111 1001 1010100 0 1101 100100110 1001011 110011

Color Harmonies of #CC24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24DF

Black with #CC24DF

Text Example


Text Example

White with #CC24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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