Html Css Color HEX #DC0178 Medium Violet Red

📋 copy color: '#DC0178'

red 220 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #DC0178

Tints of Medium Violet Red #DC0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 64.52%
G = 0.29%
B = 35.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0178 (or 0xDC0178) is known color: Medium Violet Red. HEX triplet: DC, 01 and 78. RGB value is (220,1,120). Sum of RGB (Red+Green+Blue) = 220+1+120=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0178 is #23FE87. Grayscale: #4F4F4F. Windows color (decimal): -2358920 or 7864796. OLE color: 7864796.

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

Color convert

RGB 220 1 120 -
CMYK 0 1.00 0.45 0.14
HSL 327.4º 0.99% 0.43% -
HSV(B) 327.4º 1% 0.86% -
XYZ 32.92 16.59 19.24 -
YUV 80.05 150.55 227.82 -
System Red Green Blue C M Y K H S L
Decimal 220 1 120 0 1.00 0.45 0.14 327.4 0.99 0.43
Hex DC 1 78 0 64 2D E 147 63 2B
Octal 334 1 170 0 144 55 16 507 143 53
Binary 11011100 1 1111000 0 1100100 101101 1110 101000111 1100011 101011

Color Harmonies of #DC0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0178

Black with #DC0178

Text Example


Text Example

White with #DC0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0178; }

 p { color: rgb(220,1,120); }

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

background-color css

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

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

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

border-color css

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

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

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