Html Css Color HEX #DC0CC2 Deep Magenta

📋 copy color: '#DC0CC2'

red 220 ◦ green 12 ◦ blue 194

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

Shades of Deep Magenta #DC0CC2

Tints of Deep Magenta #DC0CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 51.64%
G = 2.82%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC0CC2 (or 0xDC0CC2) is known color: Deep Magenta. HEX triplet: DC, 0C and C2. RGB value is (220,12,194). Sum of RGB (Red+Green+Blue) = 220+12+194=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CC2 is #23F33D. Grayscale: #5E5E5E. Windows color (decimal): -2356030 or 12717276. OLE color: 12717276.

HSL color Cylindrical-coordinate representation of color #DC0CC2: hue angle of 307.5º 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 #DC0CC2 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 194 -
CMYK 0 0.95 0.12 0.14
HSL 307.5º 0.9% 0.45% -
HSV(B) 307.5º 0.95% 0.86% -
XYZ 39.38 19.37 52.7 -
YUV 94.94 183.91 217.2 -
System Red Green Blue C M Y K H S L
Decimal 220 12 194 0 0.95 0.12 0.14 307.5 0.9 0.45
Hex DC C C2 0 5F C E 134 5A 2D
Octal 334 14 302 0 137 14 16 464 132 55
Binary 11011100 1100 11000010 0 1011111 1100 1110 100110100 1011010 101101

Color Harmonies of #DC0CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CC2

Black with #DC0CC2

Text Example


Text Example

White with #DC0CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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