Html Css Color HEX #CC24BF Deep Magenta

📋 copy color: '#CC24BF'

red 204 ◦ green 36 ◦ blue 191

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

Shades of Deep Magenta #CC24BF

Tints of Deep Magenta #CC24BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 47.33%
G = 8.35%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC24BF (or 0xCC24BF) is known color: Deep Magenta. HEX triplet: CC, 24 and BF. RGB value is (204,36,191). Sum of RGB (Red+Green+Blue) = 204+36+191=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24BF is #33DB40. Grayscale: #676767. Windows color (decimal): -3398465 or 12526796. OLE color: 12526796.

HSL color Cylindrical-coordinate representation of color #CC24BF: hue angle of 304.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC24BF is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 191 -
CMYK 0 0.82 0.06 0.2
HSL 304.64º 0.7% 0.47% -
HSV(B) 304.64º 0.82% 0.8% -
XYZ 34.94 17.86 50.9 -
YUV 103.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 204 36 191 0 0.82 0.06 0.2 304.64 0.7 0.47
Hex CC 24 BF 0 52 6 14 131 46 2F
Octal 314 44 277 0 122 6 24 461 106 57
Binary 11001100 100100 10111111 0 1010010 110 10100 100110001 1000110 101111

Color Harmonies of #CC24BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24BF

Black with #CC24BF

Text Example


Text Example

White with #CC24BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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