Html Css Color HEX #CC2BDC Deep Magenta

📋 copy color: '#CC2BDC'

red 204 ◦ green 43 ◦ blue 220

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

Shades of Deep Magenta #CC2BDC

Tints of Deep Magenta #CC2BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 43.68%
G = 9.21%
B = 47.11%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC2BDC (or 0xCC2BDC) is known color: Deep Magenta. HEX triplet: CC, 2B and DC. RGB value is (204,43,220). Sum of RGB (Red+Green+Blue) = 204+43+220=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2BDC is #33D423. Grayscale: #6E6E6E. Windows color (decimal): -3396644 or 14429132. OLE color: 14429132.

HSL color Cylindrical-coordinate representation of color #CC2BDC: hue angle of 294.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2BDC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 43 220 -
CMYK 0.07 0.80 0 0.14
HSL 294.58º 0.72% 0.52% -
HSV(B) 294.58º 0.8% 0.86% -
XYZ 38.68 19.73 69.48 -
YUV 111.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 204 43 220 0.07 0.80 0 0.14 294.58 0.72 0.52
Hex CC 2B DC 7 50 0 E 127 48 34
Octal 314 53 334 7 120 0 16 447 110 64
Binary 11001100 101011 11011100 111 1010000 0 1110 100100111 1001000 110100

Color Harmonies of #CC2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BDC

Black with #CC2BDC

Text Example


Text Example

White with #CC2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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