Html Css Color HEX #DC0F8C Medium Violet Red

📋 copy color: '#DC0F8C'

red 220 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #DC0F8C

Tints of Medium Violet Red #DC0F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4%

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 58.67%
G = 4%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC0F8C (or 0xDC0F8C) is known color: Medium Violet Red. HEX triplet: DC, 0F and 8C. RGB value is (220,15,140). Sum of RGB (Red+Green+Blue) = 220+15+140=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F8C is #23F073. Grayscale: #5A5A5A. Windows color (decimal): -2355316 or 9179100. OLE color: 9179100.

HSL color Cylindrical-coordinate representation of color #DC0F8C: hue angle of 323.41º degrees, saturation: 0.87, 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 #DC0F8C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 140 -
CMYK 0 0.93 0.36 0.14
HSL 323.41º 0.87% 0.46% -
HSV(B) 323.41º 0.93% 0.86% -
XYZ 34.42 17.45 26.37 -
YUV 90.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 220 15 140 0 0.93 0.36 0.14 323.41 0.87 0.46
Hex DC F 8C 0 5D 24 E 143 57 2E
Octal 334 17 214 0 135 44 16 503 127 56
Binary 11011100 1111 10001100 0 1011101 100100 1110 101000011 1010111 101110

Color Harmonies of #DC0F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F8C

Black with #DC0F8C

Text Example


Text Example

White with #DC0F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F8C; }

 p { color: rgb(220,15,140); }

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

background-color css

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

 a { background-color: rgb(220,15,140); }

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

border-color css

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

 span { border-color: rgb(220,15,140); }

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