Html Css Color HEX #DC0C95 Medium Violet Red

📋 copy color: '#DC0C95'

red 220 ◦ green 12 ◦ blue 149

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

Shades of Medium Violet Red #DC0C95

Tints of Medium Violet Red #DC0C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 57.74%
G = 3.15%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0C95 (or 0xDC0C95) is known color: Medium Violet Red. HEX triplet: DC, 0C and 95. RGB value is (220,12,149). Sum of RGB (Red+Green+Blue) = 220+12+149=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0C95 is #23F36A. Grayscale: #595959. Windows color (decimal): -2356075 or 9768156. OLE color: 9768156.

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

Color convert

RGB 220 12 149 -
CMYK 0 0.95 0.32 0.14
HSL 320.48º 0.9% 0.45% -
HSV(B) 320.48º 0.95% 0.86% -
XYZ 35.07 17.65 29.99 -
YUV 89.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 220 12 149 0 0.95 0.32 0.14 320.48 0.9 0.45
Hex DC C 95 0 5F 20 E 140 5A 2D
Octal 334 14 225 0 137 40 16 500 132 55
Binary 11011100 1100 10010101 0 1011111 100000 1110 101000000 1011010 101101

Color Harmonies of #DC0C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C95

Black with #DC0C95

Text Example


Text Example

White with #DC0C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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