Html Css Color HEX #DC14C4 Deep Magenta

📋 copy color: '#DC14C4'

red 220 ◦ green 20 ◦ blue 196

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

Shades of Deep Magenta #DC14C4

Tints of Deep Magenta #DC14C4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.59%

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 50.46%
G = 4.59%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC14C4 (or 0xDC14C4) is known color: Deep Magenta. HEX triplet: DC, 14 and C4. RGB value is (220,20,196). Sum of RGB (Red+Green+Blue) = 220+20+196=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C4 is #23EB3B. Grayscale: #636363. Windows color (decimal): -2353980 or 12850396. OLE color: 12850396.

HSL color Cylindrical-coordinate representation of color #DC14C4: hue angle of 307.2º degrees, saturation: 0.83, 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 #DC14C4 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 20 196 -
CMYK 0 0.91 0.11 0.14
HSL 307.2º 0.83% 0.47% -
HSV(B) 307.2º 0.91% 0.86% -
XYZ 39.73 19.7 53.93 -
YUV 99.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 220 20 196 0 0.91 0.11 0.14 307.2 0.83 0.47
Hex DC 14 C4 0 5B B E 133 53 2F
Octal 334 24 304 0 133 13 16 463 123 57
Binary 11011100 10100 11000100 0 1011011 1011 1110 100110011 1010011 101111

Color Harmonies of #DC14C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14C4

Black with #DC14C4

Text Example


Text Example

White with #DC14C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14C4; }

 p { color: rgb(220,20,196); }

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

background-color css

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

 a { background-color: rgb(220,20,196); }

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

border-color css

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

 span { border-color: rgb(220,20,196); }

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