Html Css Color HEX #D41FAC Medium Violet Red

📋 copy color: '#D41FAC'

red 212 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #D41FAC

Tints of Medium Violet Red #D41FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.47%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 51.08%
G = 7.47%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D41FAC (or 0xD41FAC) is known color: Medium Violet Red. HEX triplet: D4, 1F and AC. RGB value is (212,31,172). Sum of RGB (Red+Green+Blue) = 212+31+172=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D41FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41FAC is #2BE053. Grayscale: #646464. Windows color (decimal): -2875476 or 11280340. OLE color: 11280340.

HSL color Cylindrical-coordinate representation of color #D41FAC: hue angle of 313.26º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D41FAC is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 31 172 -
CMYK 0 0.85 0.19 0.17
HSL 313.26º 0.74% 0.48% -
HSV(B) 313.26º 0.85% 0.83% -
XYZ 35.09 17.96 40.65 -
YUV 101.19 167.97 207.04 -
System Red Green Blue C M Y K H S L
Decimal 212 31 172 0 0.85 0.19 0.17 313.26 0.74 0.48
Hex D4 1F AC 0 55 13 11 139 4A 30
Octal 324 37 254 0 125 23 21 471 112 60
Binary 11010100 11111 10101100 0 1010101 10011 10001 100111001 1001010 110000

Color Harmonies of #D41FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FAC

Black with #D41FAC

Text Example


Text Example

White with #D41FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FAC; }

 p { color: rgb(212,31,172); }

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

background-color css

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

 a { background-color: rgb(212,31,172); }

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

border-color css

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

 span { border-color: rgb(212,31,172); }

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