Html Css Color HEX #DC13C0 Deep Magenta

📋 copy color: '#DC13C0'

red 220 ◦ green 19 ◦ blue 192

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

Shades of Deep Magenta #DC13C0

Tints of Deep Magenta #DC13C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

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

R = 51.04%
G = 4.41%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC13C0 (or 0xDC13C0) is known color: Deep Magenta. HEX triplet: DC, 13 and C0. RGB value is (220,19,192). Sum of RGB (Red+Green+Blue) = 220+19+192=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13C0 is #23EC3F. Grayscale: #626262. Windows color (decimal): -2354240 or 12587996. OLE color: 12587996.

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

Color convert

RGB 220 19 192 -
CMYK 0 0.91 0.13 0.14
HSL 308.36º 0.84% 0.47% -
HSV(B) 308.36º 0.91% 0.86% -
XYZ 39.26 19.49 51.56 -
YUV 98.82 180.59 214.43 -
System Red Green Blue C M Y K H S L
Decimal 220 19 192 0 0.91 0.13 0.14 308.36 0.84 0.47
Hex DC 13 C0 0 5B D E 134 54 2F
Octal 334 23 300 0 133 15 16 464 124 57
Binary 11011100 10011 11000000 0 1011011 1101 1110 100110100 1010100 101111

Color Harmonies of #DC13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13C0

Black with #DC13C0

Text Example


Text Example

White with #DC13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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