Html Css Color HEX #CC2BD8 Deep Magenta

📋 copy color: '#CC2BD8'

red 204 ◦ green 43 ◦ blue 216

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

Shades of Deep Magenta #CC2BD8

Tints of Deep Magenta #CC2BD8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.29%

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 44.06%
G = 9.29%
B = 46.65%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC2BD8 (or 0xCC2BD8) is known color: Deep Magenta. HEX triplet: CC, 2B and D8. RGB value is (204,43,216). Sum of RGB (Red+Green+Blue) = 204+43+216=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC2BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BD8 is #33D427. Grayscale: #6E6E6E. Windows color (decimal): -3396648 or 14166988. OLE color: 14166988.

HSL color Cylindrical-coordinate representation of color #CC2BD8: hue angle of 295.84º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2BD8 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 43 216 -
CMYK 0.06 0.80 0 0.15
HSL 295.84º 0.69% 0.51% -
HSV(B) 295.84º 0.8% 0.85% -
XYZ 38.16 19.52 66.72 -
YUV 110.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 204 43 216 0.06 0.80 0 0.15 295.84 0.69 0.51
Hex CC 2B D8 6 50 0 F 128 45 33
Octal 314 53 330 6 120 0 17 450 105 63
Binary 11001100 101011 11011000 110 1010000 0 1111 100101000 1000101 110011

Color Harmonies of #CC2BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BD8

Black with #CC2BD8

Text Example


Text Example

White with #CC2BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BD8; }

 p { color: rgb(204,43,216); }

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

background-color css

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

 a { background-color: rgb(204,43,216); }

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

border-color css

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

 span { border-color: rgb(204,43,216); }

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