Html Css Color HEX #DC0C8A Medium Violet Red

📋 copy color: '#DC0C8A'

red 220 ◦ green 12 ◦ blue 138

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

Shades of Medium Violet Red #DC0C8A

Tints of Medium Violet Red #DC0C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 59.46%
G = 3.24%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC0C8A (or 0xDC0C8A) is known color: Medium Violet Red. HEX triplet: DC, 0C and 8A. RGB value is (220,12,138). Sum of RGB (Red+Green+Blue) = 220+12+138=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0C8A is #23F375. Grayscale: #585858. Windows color (decimal): -2356086 or 9047260. OLE color: 9047260.

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

Color convert

RGB 220 12 138 -
CMYK 0 0.95 0.37 0.14
HSL 323.65º 0.9% 0.45% -
HSV(B) 323.65º 0.95% 0.86% -
XYZ 34.23 17.31 25.58 -
YUV 88.56 155.91 221.75 -
System Red Green Blue C M Y K H S L
Decimal 220 12 138 0 0.95 0.37 0.14 323.65 0.9 0.45
Hex DC C 8A 0 5F 25 E 144 5A 2D
Octal 334 14 212 0 137 45 16 504 132 55
Binary 11011100 1100 10001010 0 1011111 100101 1110 101000100 1011010 101101

Color Harmonies of #DC0C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C8A

Black with #DC0C8A

Text Example


Text Example

White with #DC0C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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