Html Css Color HEX #DC03C0 Deep Magenta

📋 copy color: '#DC03C0'

red 220 ◦ green 3 ◦ blue 192

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

Shades of Deep Magenta #DC03C0

Tints of Deep Magenta #DC03C0

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 53.01%
G = 0.72%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC03C0 (or 0xDC03C0) is known color: Deep Magenta. HEX triplet: DC, 03 and C0. RGB value is (220,3,192). Sum of RGB (Red+Green+Blue) = 220+3+192=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03C0 is #23FC3F. Grayscale: #585858. Windows color (decimal): -2358336 or 12583900. OLE color: 12583900.

HSL color Cylindrical-coordinate representation of color #DC03C0: hue angle of 307.74º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03C0 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 192 -
CMYK 0 0.99 0.13 0.14
HSL 307.74º 0.97% 0.44% -
HSV(B) 307.74º 0.99% 0.86% -
XYZ 39.06 19.09 51.49 -
YUV 89.43 185.89 221.13 -
System Red Green Blue C M Y K H S L
Decimal 220 3 192 0 0.99 0.13 0.14 307.74 0.97 0.44
Hex DC 3 C0 0 63 D E 134 61 2C
Octal 334 3 300 0 143 15 16 464 141 54
Binary 11011100 11 11000000 0 1100011 1101 1110 100110100 1100001 101100

Color Harmonies of #DC03C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03C0

Black with #DC03C0

Text Example


Text Example

White with #DC03C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03C0; }

 p { color: rgb(220,3,192); }

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

background-color css

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

 a { background-color: rgb(220,3,192); }

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

border-color css

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

 span { border-color: rgb(220,3,192); }

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