Html Css Color HEX #D41C98 Medium Violet Red

📋 copy color: '#D41C98'

red 212 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #D41C98

Tints of Medium Violet Red #D41C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 54.08%
G = 7.14%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D41C98 (or 0xD41C98) is known color: Medium Violet Red. HEX triplet: D4, 1C and 98. RGB value is (212,28,152). Sum of RGB (Red+Green+Blue) = 212+28+152=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41C98 is #2BE367. Grayscale: #606060. Windows color (decimal): -2876264 or 9968852. OLE color: 9968852.

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

Color convert

RGB 212 28 152 -
CMYK 0 0.87 0.28 0.17
HSL 319.57º 0.77% 0.47% -
HSV(B) 319.57º 0.87% 0.83% -
XYZ 33.23 17.09 31.25 -
YUV 97.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 212 28 152 0 0.87 0.28 0.17 319.57 0.77 0.47
Hex D4 1C 98 0 57 1C 11 140 4D 2F
Octal 324 34 230 0 127 34 21 500 115 57
Binary 11010100 11100 10011000 0 1010111 11100 10001 101000000 1001101 101111

Color Harmonies of #D41C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41C98

Black with #D41C98

Text Example


Text Example

White with #D41C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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