Html Css Color HEX #DC0CDC Deep Magenta

📋 copy color: '#DC0CDC'

red 220 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #DC0CDC

Tints of Deep Magenta #DC0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.65%

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

R = 48.67%
G = 2.65%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC0CDC (or 0xDC0CDC) is known color: Deep Magenta. HEX triplet: DC, 0C and DC. RGB value is (220,12,220). Sum of RGB (Red+Green+Blue) = 220+12+220=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CDC is #23F323. Grayscale: #616161. Windows color (decimal): -2356004 or 14421212. OLE color: 14421212.

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

Color convert

RGB 220 12 220 -
CMYK 0 0.95 0 0.14
HSL 300º 0.9% 0.45% -
HSV(B) 300º 0.95% 0.86% -
XYZ 42.56 20.65 69.45 -
YUV 97.9 196.91 215.09 -
System Red Green Blue C M Y K H S L
Decimal 220 12 220 0 0.95 0 0.14 300 0.9 0.45
Hex DC C DC 0 5F 0 E 12C 5A 2D
Octal 334 14 334 0 137 0 16 454 132 55
Binary 11011100 1100 11011100 0 1011111 0 1110 100101100 1011010 101101

Color Harmonies of #DC0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CDC

Black with #DC0CDC

Text Example


Text Example

White with #DC0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CDC; }

 p { color: rgb(220,12,220); }

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

background-color css

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

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

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

border-color css

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

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

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