Html Css Color HEX #DC19CC Deep Magenta

📋 copy color: '#DC19CC'

red 220 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #DC19CC

Tints of Deep Magenta #DC19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 49%
G = 5.57%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC19CC (or 0xDC19CC) is known color: Deep Magenta. HEX triplet: DC, 19 and CC. RGB value is (220,25,204). Sum of RGB (Red+Green+Blue) = 220+25+204=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19CC is #23E633. Grayscale: #676767. Windows color (decimal): -2352692 or 13375964. OLE color: 13375964.

HSL color Cylindrical-coordinate representation of color #DC19CC: hue angle of 304.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC19CC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 204 -
CMYK 0 0.89 0.07 0.14
HSL 304.92º 0.8% 0.48% -
HSV(B) 304.92º 0.89% 0.86% -
XYZ 40.76 20.27 58.89 -
YUV 103.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 220 25 204 0 0.89 0.07 0.14 304.92 0.8 0.48
Hex DC 19 CC 0 59 7 E 131 50 30
Octal 334 31 314 0 131 7 16 461 120 60
Binary 11011100 11001 11001100 0 1011001 111 1110 100110001 1010000 110000

Color Harmonies of #DC19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19CC

Black with #DC19CC

Text Example


Text Example

White with #DC19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19CC; }

 p { color: rgb(220,25,204); }

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

background-color css

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

 a { background-color: rgb(220,25,204); }

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

border-color css

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

 span { border-color: rgb(220,25,204); }

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