Html Css Color HEX #D60C7C Medium Violet Red

📋 copy color: '#D60C7C'

red 214 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #D60C7C

Tints of Medium Violet Red #D60C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 61.14%
G = 3.43%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D60C7C (or 0xD60C7C) is known color: Medium Violet Red. HEX triplet: D6, 0C and 7C. RGB value is (214,12,124). Sum of RGB (Red+Green+Blue) = 214+12+124=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C7C is #29F383. Grayscale: #545454. Windows color (decimal): -2749316 or 8129750. OLE color: 8129750.

HSL color Cylindrical-coordinate representation of color #D60C7C: hue angle of 326.73º 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 #D60C7C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 124 -
CMYK 0 0.94 0.42 0.16
HSL 326.73º 0.89% 0.44% -
HSV(B) 326.73º 0.94% 0.84% -
XYZ 31.5 16.01 20.5 -
YUV 85.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 214 12 124 0 0.94 0.42 0.16 326.73 0.89 0.44
Hex D6 C 7C 0 5E 2A 10 147 59 2C
Octal 326 14 174 0 136 52 20 507 131 54
Binary 11010110 1100 1111100 0 1011110 101010 10000 101000111 1011001 101100

Color Harmonies of #D60C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C7C

Black with #D60C7C

Text Example


Text Example

White with #D60C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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