Html Css Color HEX #DC0CCC Deep Magenta

📋 copy color: '#DC0CCC'

red 220 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #DC0CCC

Tints of Deep Magenta #DC0CCC

RGB

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

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

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

R = 50.46%
G = 2.75%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC0CCC (or 0xDC0CCC) is known color: Deep Magenta. HEX triplet: DC, 0C and CC. RGB value is (220,12,204). Sum of RGB (Red+Green+Blue) = 220+12+204=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CCC is #23F333. Grayscale: #5F5F5F. Windows color (decimal): -2356020 or 13372636. OLE color: 13372636.

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

Color convert

RGB 220 12 204 -
CMYK 0 0.95 0.07 0.14
HSL 304.62º 0.9% 0.45% -
HSV(B) 304.62º 0.95% 0.86% -
XYZ 40.55 19.84 58.82 -
YUV 96.08 188.91 216.39 -
System Red Green Blue C M Y K H S L
Decimal 220 12 204 0 0.95 0.07 0.14 304.62 0.9 0.45
Hex DC C CC 0 5F 7 E 131 5A 2D
Octal 334 14 314 0 137 7 16 461 132 55
Binary 11011100 1100 11001100 0 1011111 111 1110 100110001 1011010 101101

Color Harmonies of #DC0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CCC

Black with #DC0CCC

Text Example


Text Example

White with #DC0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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