Html Css Color HEX #CC2BD7 Deep Magenta

📋 copy color: '#CC2BD7'

red 204 ◦ green 43 ◦ blue 215

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

Shades of Deep Magenta #CC2BD7

Tints of Deep Magenta #CC2BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 44.16%
G = 9.31%
B = 46.54%

CMYK

 C value IS 0.05

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC2BD7 (or 0xCC2BD7) is known color: Deep Magenta. HEX triplet: CC, 2B and D7. RGB value is (204,43,215). Sum of RGB (Red+Green+Blue) = 204+43+215=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC2BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BD7 is #33D428. Grayscale: #6E6E6E. Windows color (decimal): -3396649 or 14101452. OLE color: 14101452.

HSL color Cylindrical-coordinate representation of color #CC2BD7: hue angle of 296.16º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2BD7 is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 43 215 -
CMYK 0.05 0.8 0 0.16
HSL 296.16º 0.68% 0.51% -
HSV(B) 296.16º 0.8% 0.84% -
XYZ 38.03 19.47 66.04 -
YUV 110.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 204 43 215 0.05 0.8 0 0.16 296.16 0.68 0.51
Hex CC 2B D7 5 50 0 10 128 44 33
Octal 314 53 327 5 120 0 20 450 104 63
Binary 11001100 101011 11010111 101 1010000 0 10000 100101000 1000100 110011

Color Harmonies of #CC2BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BD7

Black with #CC2BD7

Text Example


Text Example

White with #CC2BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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