Html Css Color HEX #CC24BE Deep Magenta

📋 copy color: '#CC24BE'

red 204 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #CC24BE

Tints of Deep Magenta #CC24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 47.44%
G = 8.37%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC24BE (or 0xCC24BE) is known color: Deep Magenta. HEX triplet: CC, 24 and BE. RGB value is (204,36,190). Sum of RGB (Red+Green+Blue) = 204+36+190=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24BE is #33DB41. Grayscale: #676767. Windows color (decimal): -3398466 or 12461260. OLE color: 12461260.

HSL color Cylindrical-coordinate representation of color #CC24BE: hue angle of 305º 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 #CC24BE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 190 -
CMYK 0 0.82 0.07 0.2
HSL 305º 0.7% 0.47% -
HSV(B) 305º 0.82% 0.8% -
XYZ 34.83 17.82 50.32 -
YUV 103.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 204 36 190 0 0.82 0.07 0.2 305 0.7 0.47
Hex CC 24 BE 0 52 7 14 131 46 2F
Octal 314 44 276 0 122 7 24 461 106 57
Binary 11001100 100100 10111110 0 1010010 111 10100 100110001 1000110 101111

Color Harmonies of #CC24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24BE

Black with #CC24BE

Text Example


Text Example

White with #CC24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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