Html Css Color HEX #CC24CE Deep Magenta

📋 copy color: '#CC24CE'

red 204 ◦ green 36 ◦ blue 206

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

Shades of Deep Magenta #CC24CE

Tints of Deep Magenta #CC24CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 45.74%
G = 8.07%
B = 46.19%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC24CE (or 0xCC24CE) is known color: Deep Magenta. HEX triplet: CC, 24 and CE. RGB value is (204,36,206). Sum of RGB (Red+Green+Blue) = 204+36+206=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24CE is #33DB31. Grayscale: #696969. Windows color (decimal): -3398450 or 13509836. OLE color: 13509836.

HSL color Cylindrical-coordinate representation of color #CC24CE: hue angle of 299.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC24CE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 36 206 -
CMYK 0.01 0.83 0 0.19
HSL 299.29º 0.7% 0.47% -
HSV(B) 299.29º 0.83% 0.81% -
XYZ 36.67 18.56 60.04 -
YUV 105.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 204 36 206 0.01 0.83 0 0.19 299.29 0.7 0.47
Hex CC 24 CE 1 53 0 13 12B 46 2F
Octal 314 44 316 1 123 0 23 453 106 57
Binary 11001100 100100 11001110 1 1010011 0 10011 100101011 1000110 101111

Color Harmonies of #CC24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24CE

Black with #CC24CE

Text Example


Text Example

White with #CC24CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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