Html Css Color HEX #CC2CD1 Deep Magenta

📋 copy color: '#CC2CD1'

red 204 ◦ green 44 ◦ blue 209

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

Shades of Deep Magenta #CC2CD1

Tints of Deep Magenta #CC2CD1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.63%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 44.64%
G = 9.63%
B = 45.73%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC2CD1 (or 0xCC2CD1) is known color: Deep Magenta. HEX triplet: CC, 2C and D1. RGB value is (204,44,209). Sum of RGB (Red+Green+Blue) = 204+44+209=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC2CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CD1 is #33D32E. Grayscale: #6E6E6E. Windows color (decimal): -3396399 or 13708492. OLE color: 13708492.

HSL color Cylindrical-coordinate representation of color #CC2CD1: hue angle of 298.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2CD1 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 44 209 -
CMYK 0.02 0.79 0 0.18
HSL 298.18º 0.65% 0.5% -
HSV(B) 298.18º 0.79% 0.82% -
XYZ 37.31 19.24 62.07 -
YUV 110.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 204 44 209 0.02 0.79 0 0.18 298.18 0.65 0.5
Hex CC 2C D1 2 4F 0 12 12A 41 32
Octal 314 54 321 2 117 0 22 452 101 62
Binary 11001100 101100 11010001 10 1001111 0 10010 100101010 1000001 110010

Color Harmonies of #CC2CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CD1

Black with #CC2CD1

Text Example


Text Example

White with #CC2CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CD1; }

 p { color: rgb(204,44,209); }

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

background-color css

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

 a { background-color: rgb(204,44,209); }

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

border-color css

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

 span { border-color: rgb(204,44,209); }

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