Html Css Color HEX #CC24CF Deep Magenta

📋 copy color: '#CC24CF'

red 204 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #CC24CF

Tints of Deep Magenta #CC24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 45.64%
G = 8.05%
B = 46.31%

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

#CC24CF (or 0xCC24CF) is known color: Deep Magenta. HEX triplet: CC, 24 and CF. RGB value is (204,36,207). Sum of RGB (Red+Green+Blue) = 204+36+207=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC24CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24CF is #33DB30. Grayscale: #696969. Windows color (decimal): -3398449 or 13575372. OLE color: 13575372.

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

Color convert

RGB 204 36 207 -
CMYK 0.01 0.83 0 0.19
HSL 298.95º 0.7% 0.48% -
HSV(B) 298.95º 0.83% 0.81% -
XYZ 36.8 18.6 60.68 -
YUV 105.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 204 36 207 0.01 0.83 0 0.19 298.95 0.7 0.48
Hex CC 24 CF 1 53 0 13 12B 46 30
Octal 314 44 317 1 123 0 23 453 106 60
Binary 11001100 100100 11001111 1 1010011 0 10011 100101011 1000110 110000

Color Harmonies of #CC24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24CF

Black with #CC24CF

Text Example


Text Example

White with #CC24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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