Html Css Color HEX #D00CC0 Deep Magenta

📋 copy color: '#D00CC0'

red 208 ◦ green 12 ◦ blue 192

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

Shades of Deep Magenta #D00CC0

Tints of Deep Magenta #D00CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 50.49%
G = 2.91%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D00CC0 (or 0xD00CC0) is known color: Deep Magenta. HEX triplet: D0, 0C and C0. RGB value is (208,12,192). Sum of RGB (Red+Green+Blue) = 208+12+192=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CC0 is #2FF33F. Grayscale: #5A5A5A. Windows color (decimal): -3142464 or 12586192. OLE color: 12586192.

HSL color Cylindrical-coordinate representation of color #D00CC0: hue angle of 304.9º 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 #D00CC0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 192 -
CMYK 0 0.94 0.08 0.18
HSL 304.9º 0.89% 0.43% -
HSV(B) 304.9º 0.94% 0.82% -
XYZ 35.66 17.48 51.36 -
YUV 91.12 184.93 211.36 -
System Red Green Blue C M Y K H S L
Decimal 208 12 192 0 0.94 0.08 0.18 304.9 0.89 0.43
Hex D0 C C0 0 5E 8 12 131 59 2B
Octal 320 14 300 0 136 10 22 461 131 53
Binary 11010000 1100 11000000 0 1011110 1000 10010 100110001 1011001 101011

Color Harmonies of #D00CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CC0

Black with #D00CC0

Text Example


Text Example

White with #D00CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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