Html Css Color HEX #CC0DD2 Deep Magenta

📋 copy color: '#CC0DD2'

red 204 ◦ green 13 ◦ blue 210

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

Shades of Deep Magenta #CC0DD2

Tints of Deep Magenta #CC0DD2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 210 (82.42% from 255) = 49.18%

R = 47.78%
G = 3.04%
B = 49.18%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC0DD2 (or 0xCC0DD2) is known color: Deep Magenta. HEX triplet: CC, 0D and D2. RGB value is (204,13,210). Sum of RGB (Red+Green+Blue) = 204+13+210=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC0DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DD2 is #33F22D. Grayscale: #5B5B5B. Windows color (decimal): -3404334 or 13766092. OLE color: 13766092.

HSL color Cylindrical-coordinate representation of color #CC0DD2: hue angle of 298.17º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DD2 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 13 210 -
CMYK 0.03 0.94 0 0.18
HSL 298.17º 0.88% 0.44% -
HSV(B) 298.17º 0.94% 0.82% -
XYZ 36.68 17.78 62.47 -
YUV 92.57 194.28 207.48 -
System Red Green Blue C M Y K H S L
Decimal 204 13 210 0.03 0.94 0 0.18 298.17 0.88 0.44
Hex CC D D2 3 5E 0 12 12A 58 2C
Octal 314 15 322 3 136 0 22 452 130 54
Binary 11001100 1101 11010010 11 1011110 0 10010 100101010 1011000 101100

Color Harmonies of #CC0DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DD2

Black with #CC0DD2

Text Example


Text Example

White with #CC0DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DD2; }

 p { color: rgb(204,13,210); }

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

background-color css

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

 a { background-color: rgb(204,13,210); }

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

border-color css

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

 span { border-color: rgb(204,13,210); }

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