Html Css Color HEX #DC107C Medium Violet Red

📋 copy color: '#DC107C'

red 220 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #DC107C

Tints of Medium Violet Red #DC107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 61.11%
G = 4.44%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC107C (or 0xDC107C) is known color: Medium Violet Red. HEX triplet: DC, 10 and 7C. RGB value is (220,16,124). Sum of RGB (Red+Green+Blue) = 220+16+124=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC107C is #23EF83. Grayscale: #595959. Windows color (decimal): -2355076 or 8130780. OLE color: 8130780.

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

Color convert

RGB 220 16 124 -
CMYK 0 0.93 0.44 0.14
HSL 328.24º 0.86% 0.46% -
HSV(B) 328.24º 0.93% 0.86% -
XYZ 33.34 17.04 20.6 -
YUV 89.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 220 16 124 0 0.93 0.44 0.14 328.24 0.86 0.46
Hex DC 10 7C 0 5D 2C E 148 56 2E
Octal 334 20 174 0 135 54 16 510 126 56
Binary 11011100 10000 1111100 0 1011101 101100 1110 101001000 1010110 101110

Color Harmonies of #DC107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC107C

Black with #DC107C

Text Example


Text Example

White with #DC107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC107C; }

 p { color: rgb(220,16,124); }

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

background-color css

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

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

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

border-color css

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

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

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