Html Css Color HEX #CC24BC Deep Magenta

📋 copy color: '#CC24BC'

red 204 ◦ green 36 ◦ blue 188

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

Shades of Deep Magenta #CC24BC

Tints of Deep Magenta #CC24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 47.66%
G = 8.41%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC24BC (or 0xCC24BC) is known color: Deep Magenta. HEX triplet: CC, 24 and BC. RGB value is (204,36,188). Sum of RGB (Red+Green+Blue) = 204+36+188=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC24BC is #33DB43. Grayscale: #676767. Windows color (decimal): -3398468 or 12330188. OLE color: 12330188.

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

Color convert

RGB 204 36 188 -
CMYK 0 0.82 0.08 0.2
HSL 305.71º 0.7% 0.47% -
HSV(B) 305.71º 0.82% 0.8% -
XYZ 34.61 17.73 49.18 -
YUV 103.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 204 36 188 0 0.82 0.08 0.2 305.71 0.7 0.47
Hex CC 24 BC 0 52 8 14 132 46 2F
Octal 314 44 274 0 122 10 24 462 106 57
Binary 11001100 100100 10111100 0 1010010 1000 10100 100110010 1000110 101111

Color Harmonies of #CC24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC24BC

Black with #CC24BC

Text Example


Text Example

White with #CC24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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