Html Css Color HEX #D40C7C Medium Violet Red

📋 copy color: '#D40C7C'

red 212 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #D40C7C

Tints of Medium Violet Red #D40C7C

RGB

 RED value IS 212 (83.2% from 255) = 60.92%

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

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

R = 60.92%
G = 3.45%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D40C7C (or 0xD40C7C) is known color: Medium Violet Red. HEX triplet: D4, 0C and 7C. RGB value is (212,12,124). Sum of RGB (Red+Green+Blue) = 212+12+124=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40C7C is #2BF383. Grayscale: #545454. Windows color (decimal): -2880388 or 8129748. OLE color: 8129748.

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

Color convert

RGB 212 12 124 -
CMYK 0 0.94 0.42 0.17
HSL 326.4º 0.89% 0.44% -
HSV(B) 326.4º 0.94% 0.83% -
XYZ 30.92 15.72 20.47 -
YUV 84.57 150.26 218.89 -
System Red Green Blue C M Y K H S L
Decimal 212 12 124 0 0.94 0.42 0.17 326.4 0.89 0.44
Hex D4 C 7C 0 5E 2A 11 146 59 2C
Octal 324 14 174 0 136 52 21 506 131 54
Binary 11010100 1100 1111100 0 1011110 101010 10001 101000110 1011001 101100

Color Harmonies of #D40C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C7C

Black with #D40C7C

Text Example


Text Example

White with #D40C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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