Html Css Color HEX #DC047C Medium Violet Red

📋 copy color: '#DC047C'

red 220 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #DC047C

Tints of Medium Violet Red #DC047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 63.22%
G = 1.15%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC047C (or 0xDC047C) is known color: Medium Violet Red. HEX triplet: DC, 04 and 7C. RGB value is (220,4,124). Sum of RGB (Red+Green+Blue) = 220+4+124=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC047C is #23FB83. Grayscale: #525252. Windows color (decimal): -2358148 or 8127708. OLE color: 8127708.

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

Color convert

RGB 220 4 124 -
CMYK 0 0.98 0.44 0.14
HSL 326.67º 0.96% 0.44% -
HSV(B) 326.67º 0.98% 0.86% -
XYZ 33.2 16.76 20.55 -
YUV 82.26 151.56 226.24 -
System Red Green Blue C M Y K H S L
Decimal 220 4 124 0 0.98 0.44 0.14 326.67 0.96 0.44
Hex DC 4 7C 0 62 2C E 147 60 2C
Octal 334 4 174 0 142 54 16 507 140 54
Binary 11011100 100 1111100 0 1100010 101100 1110 101000111 1100000 101100

Color Harmonies of #DC047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC047C

Black with #DC047C

Text Example


Text Example

White with #DC047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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