Html Css Color HEX #DC1FC9 Deep Magenta

📋 copy color: '#DC1FC9'

red 220 ◦ green 31 ◦ blue 201

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

Shades of Deep Magenta #DC1FC9

Tints of Deep Magenta #DC1FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.86%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 48.67%
G = 6.86%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC1FC9 (or 0xDC1FC9) is known color: Deep Magenta. HEX triplet: DC, 1F and C9. RGB value is (220,31,201). Sum of RGB (Red+Green+Blue) = 220+31+201=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1FC9 is #23E036. Grayscale: #6A6A6A. Windows color (decimal): -2351159 or 13180892. OLE color: 13180892.

HSL color Cylindrical-coordinate representation of color #DC1FC9: hue angle of 306.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FC9 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 31 201 -
CMYK 0 0.86 0.09 0.14
HSL 306.03º 0.75% 0.49% -
HSV(B) 306.03º 0.86% 0.86% -
XYZ 40.55 20.41 57.06 -
YUV 106.89 181.12 208.68 -
System Red Green Blue C M Y K H S L
Decimal 220 31 201 0 0.86 0.09 0.14 306.03 0.75 0.49
Hex DC 1F C9 0 56 9 E 132 4B 31
Octal 334 37 311 0 126 11 16 462 113 61
Binary 11011100 11111 11001001 0 1010110 1001 1110 100110010 1001011 110001

Color Harmonies of #DC1FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1FC9

Black with #DC1FC9

Text Example


Text Example

White with #DC1FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1FC9; }

 p { color: rgb(220,31,201); }

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

background-color css

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

 a { background-color: rgb(220,31,201); }

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

border-color css

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

 span { border-color: rgb(220,31,201); }

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