Html Css Color HEX #DC0C80 Medium Violet Red

📋 copy color: '#DC0C80'

red 220 ◦ green 12 ◦ blue 128

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

Shades of Medium Violet Red #DC0C80

Tints of Medium Violet Red #DC0C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 61.11%
G = 3.33%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0C80 (or 0xDC0C80) is known color: Medium Violet Red. HEX triplet: DC, 0C and 80. RGB value is (220,12,128). Sum of RGB (Red+Green+Blue) = 220+12+128=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0C80 is #23F37F. Grayscale: #575757. Windows color (decimal): -2356096 or 8391900. OLE color: 8391900.

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

Color convert

RGB 220 12 128 -
CMYK 0 0.95 0.42 0.14
HSL 326.54º 0.9% 0.45% -
HSV(B) 326.54º 0.95% 0.86% -
XYZ 33.54 17.04 21.94 -
YUV 87.42 150.91 222.57 -
System Red Green Blue C M Y K H S L
Decimal 220 12 128 0 0.95 0.42 0.14 326.54 0.9 0.45
Hex DC C 80 0 5F 2A E 147 5A 2D
Octal 334 14 200 0 137 52 16 507 132 55
Binary 11011100 1100 10000000 0 1011111 101010 1110 101000111 1011010 101101

Color Harmonies of #DC0C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C80

Black with #DC0C80

Text Example


Text Example

White with #DC0C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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