Html Css Color HEX #D40C9F Medium Violet Red

📋 copy color: '#D40C9F'

red 212 ◦ green 12 ◦ blue 159

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

Shades of Medium Violet Red #D40C9F

Tints of Medium Violet Red #D40C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 55.35%
G = 3.13%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D40C9F (or 0xD40C9F) is known color: Medium Violet Red. HEX triplet: D4, 0C and 9F. RGB value is (212,12,159). Sum of RGB (Red+Green+Blue) = 212+12+159=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C9F is #2BF360. Grayscale: #585858. Windows color (decimal): -2880353 or 10423508. OLE color: 10423508.

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

Color convert

RGB 212 12 159 -
CMYK 0 0.94 0.25 0.17
HSL 315.9º 0.89% 0.44% -
HSV(B) 315.9º 0.94% 0.83% -
XYZ 33.54 16.76 34.27 -
YUV 88.56 167.76 216.05 -
System Red Green Blue C M Y K H S L
Decimal 212 12 159 0 0.94 0.25 0.17 315.9 0.89 0.44
Hex D4 C 9F 0 5E 19 11 13C 59 2C
Octal 324 14 237 0 136 31 21 474 131 54
Binary 11010100 1100 10011111 0 1011110 11001 10001 100111100 1011001 101100

Color Harmonies of #D40C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C9F

Black with #D40C9F

Text Example


Text Example

White with #D40C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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