Html Css Color HEX #D00CC2 Deep Magenta

📋 copy color: '#D00CC2'

red 208 ◦ green 12 ◦ blue 194

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

Shades of Deep Magenta #D00CC2

Tints of Deep Magenta #D00CC2

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

 GREEN value IS 12 (5.08% from 255) = 2.9%

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 50.24%
G = 2.9%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D00CC2 (or 0xD00CC2) is known color: Deep Magenta. HEX triplet: D0, 0C and C2. RGB value is (208,12,194). Sum of RGB (Red+Green+Blue) = 208+12+194=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CC2 is #2FF33D. Grayscale: #5A5A5A. Windows color (decimal): -3142462 or 12717264. OLE color: 12717264.

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

Color convert

RGB 208 12 194 -
CMYK 0 0.94 0.07 0.18
HSL 304.29º 0.89% 0.43% -
HSV(B) 304.29º 0.94% 0.82% -
XYZ 35.88 17.57 52.54 -
YUV 91.35 185.93 211.2 -
System Red Green Blue C M Y K H S L
Decimal 208 12 194 0 0.94 0.07 0.18 304.29 0.89 0.43
Hex D0 C C2 0 5E 7 12 130 59 2B
Octal 320 14 302 0 136 7 22 460 131 53
Binary 11010000 1100 11000010 0 1011110 111 10010 100110000 1011001 101011

Color Harmonies of #D00CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CC2

Black with #D00CC2

Text Example


Text Example

White with #D00CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CC2; }

 p { color: rgb(208,12,194); }

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

background-color css

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

 a { background-color: rgb(208,12,194); }

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

border-color css

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

 span { border-color: rgb(208,12,194); }

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