Html Css Color HEX #D40C7F Medium Violet Red

📋 copy color: '#D40C7F'

red 212 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #D40C7F

Tints of Medium Violet Red #D40C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 60.4%
G = 3.42%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D40C7F (or 0xD40C7F) is known color: Medium Violet Red. HEX triplet: D4, 0C and 7F. RGB value is (212,12,127). Sum of RGB (Red+Green+Blue) = 212+12+127=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40C7F is #2BF380. Grayscale: #545454. Windows color (decimal): -2880385 or 8326356. OLE color: 8326356.

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

Color convert

RGB 212 12 127 -
CMYK 0 0.94 0.40 0.17
HSL 325.5º 0.89% 0.44% -
HSV(B) 325.5º 0.94% 0.83% -
XYZ 31.11 15.79 21.49 -
YUV 84.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 212 12 127 0 0.94 0.40 0.17 325.5 0.89 0.44
Hex D4 C 7F 0 5E 28 11 146 59 2C
Octal 324 14 177 0 136 50 21 506 131 54
Binary 11010100 1100 1111111 0 1011110 101000 10001 101000110 1011001 101100

Color Harmonies of #D40C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C7F

Black with #D40C7F

Text Example


Text Example

White with #D40C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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