Html Css Color HEX #CC24B0 Deep Magenta

📋 copy color: '#CC24B0'

red 204 ◦ green 36 ◦ blue 176

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

Shades of Deep Magenta #CC24B0

Tints of Deep Magenta #CC24B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 49.04%
G = 8.65%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC24B0 (or 0xCC24B0) is known color: Deep Magenta. HEX triplet: CC, 24 and B0. RGB value is (204,36,176). Sum of RGB (Red+Green+Blue) = 204+36+176=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24B0 is #33DB4F. Grayscale: #656565. Windows color (decimal): -3398480 or 11543756. OLE color: 11543756.

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

Color convert

RGB 204 36 176 -
CMYK 0 0.82 0.14 0.2
HSL 310º 0.7% 0.47% -
HSV(B) 310º 0.82% 0.8% -
XYZ 33.37 17.23 42.64 -
YUV 102.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 204 36 176 0 0.82 0.14 0.2 310 0.7 0.47
Hex CC 24 B0 0 52 E 14 136 46 2F
Octal 314 44 260 0 122 16 24 466 106 57
Binary 11001100 100100 10110000 0 1010010 1110 10100 100110110 1000110 101111

Color Harmonies of #CC24B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24B0

Black with #CC24B0

Text Example


Text Example

White with #CC24B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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