Html Css Color HEX #D60C7B Medium Violet Red

📋 copy color: '#D60C7B'

red 214 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #D60C7B

Tints of Medium Violet Red #D60C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 61.32%
G = 3.44%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60C7B (or 0xD60C7B) is known color: Medium Violet Red. HEX triplet: D6, 0C and 7B. RGB value is (214,12,123). Sum of RGB (Red+Green+Blue) = 214+12+123=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C7B is #29F384. Grayscale: #545454. Windows color (decimal): -2749317 or 8064214. OLE color: 8064214.

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

Color convert

RGB 214 12 123 -
CMYK 0 0.94 0.43 0.16
HSL 327.03º 0.89% 0.44% -
HSV(B) 327.03º 0.94% 0.84% -
XYZ 31.44 15.99 20.17 -
YUV 85.05 149.42 219.97 -
System Red Green Blue C M Y K H S L
Decimal 214 12 123 0 0.94 0.43 0.16 327.03 0.89 0.44
Hex D6 C 7B 0 5E 2B 10 147 59 2C
Octal 326 14 173 0 136 53 20 507 131 54
Binary 11010110 1100 1111011 0 1011110 101011 10000 101000111 1011001 101100

Color Harmonies of #D60C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C7B

Black with #D60C7B

Text Example


Text Example

White with #D60C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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