Html Css Color HEX #DC0C7A Medium Violet Red

📋 copy color: '#DC0C7A'

red 220 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #DC0C7A

Tints of Medium Violet Red #DC0C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 62.15%
G = 3.39%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0C7A (or 0xDC0C7A) is known color: Medium Violet Red. HEX triplet: DC, 0C and 7A. RGB value is (220,12,122). Sum of RGB (Red+Green+Blue) = 220+12+122=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0C7A is #23F385. Grayscale: #565656. Windows color (decimal): -2356102 or 7998684. OLE color: 7998684.

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

Color convert

RGB 220 12 122 -
CMYK 0 0.95 0.45 0.14
HSL 328.27º 0.9% 0.45% -
HSV(B) 328.27º 0.95% 0.86% -
XYZ 33.16 16.88 19.92 -
YUV 86.73 147.91 223.06 -
System Red Green Blue C M Y K H S L
Decimal 220 12 122 0 0.95 0.45 0.14 328.27 0.9 0.45
Hex DC C 7A 0 5F 2D E 148 5A 2D
Octal 334 14 172 0 137 55 16 510 132 55
Binary 11011100 1100 1111010 0 1011111 101101 1110 101001000 1011010 101101

Color Harmonies of #DC0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C7A

Black with #DC0C7A

Text Example


Text Example

White with #DC0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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