Html Css Color HEX #D41C9A Medium Violet Red

📋 copy color: '#D41C9A'

red 212 ◦ green 28 ◦ blue 154

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

Shades of Medium Violet Red #D41C9A

Tints of Medium Violet Red #D41C9A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.11%

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 53.81%
G = 7.11%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D41C9A (or 0xD41C9A) is known color: Medium Violet Red. HEX triplet: D4, 1C and 9A. RGB value is (212,28,154). Sum of RGB (Red+Green+Blue) = 212+28+154=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41C9A is #2BE365. Grayscale: #616161. Windows color (decimal): -2876262 or 10099924. OLE color: 10099924.

HSL color Cylindrical-coordinate representation of color #D41C9A: hue angle of 318.91º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C9A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 28 154 -
CMYK 0 0.87 0.27 0.17
HSL 318.91º 0.77% 0.47% -
HSV(B) 318.91º 0.87% 0.83% -
XYZ 33.4 17.16 32.12 -
YUV 97.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 212 28 154 0 0.87 0.27 0.17 318.91 0.77 0.47
Hex D4 1C 9A 0 57 1B 11 13F 4D 2F
Octal 324 34 232 0 127 33 21 477 115 57
Binary 11010100 11100 10011010 0 1010111 11011 10001 100111111 1001101 101111

Color Harmonies of #D41C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41C9A

Black with #D41C9A

Text Example


Text Example

White with #D41C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41C9A; }

 p { color: rgb(212,28,154); }

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

background-color css

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

 a { background-color: rgb(212,28,154); }

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

border-color css

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

 span { border-color: rgb(212,28,154); }

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