Html Css Color HEX #D60C78 Medium Violet Red

📋 copy color: '#D60C78'

red 214 ◦ green 12 ◦ blue 120

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

Shades of Medium Violet Red #D60C78

Tints of Medium Violet Red #D60C78

RGB

 RED value IS 214 (83.98% from 255) = 61.85%

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 61.85%
G = 3.47%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D60C78 (or 0xD60C78) is known color: Medium Violet Red. HEX triplet: D6, 0C and 78. RGB value is (214,12,120). Sum of RGB (Red+Green+Blue) = 214+12+120=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C78 is #29F387. Grayscale: #545454. Windows color (decimal): -2749320 or 7867606. OLE color: 7867606.

HSL color Cylindrical-coordinate representation of color #D60C78: hue angle of 327.92º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C78 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 120 -
CMYK 0 0.94 0.44 0.16
HSL 327.92º 0.89% 0.44% -
HSV(B) 327.92º 0.94% 0.84% -
XYZ 31.25 15.92 19.19 -
YUV 84.71 147.92 220.22 -
System Red Green Blue C M Y K H S L
Decimal 214 12 120 0 0.94 0.44 0.16 327.92 0.89 0.44
Hex D6 C 78 0 5E 2C 10 148 59 2C
Octal 326 14 170 0 136 54 20 510 131 54
Binary 11010110 1100 1111000 0 1011110 101100 10000 101001000 1011001 101100

Color Harmonies of #D60C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C78

Black with #D60C78

Text Example


Text Example

White with #D60C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C78; }

 p { color: rgb(214,12,120); }

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

background-color css

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

 a { background-color: rgb(214,12,120); }

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

border-color css

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

 span { border-color: rgb(214,12,120); }

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