Html Css Color HEX #D41CAC Medium Violet Red

📋 copy color: '#D41CAC'

red 212 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #D41CAC

Tints of Medium Violet Red #D41CAC

RGB

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

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

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

R = 51.46%
G = 6.8%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D41CAC (or 0xD41CAC) is known color: Medium Violet Red. HEX triplet: D4, 1C and AC. RGB value is (212,28,172). Sum of RGB (Red+Green+Blue) = 212+28+172=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41CAC is #2BE353. Grayscale: #636363. Windows color (decimal): -2876244 or 11279572. OLE color: 11279572.

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

Color convert

RGB 212 28 172 -
CMYK 0 0.87 0.19 0.17
HSL 313.04º 0.77% 0.47% -
HSV(B) 313.04º 0.87% 0.83% -
XYZ 35.01 17.81 40.62 -
YUV 99.43 168.96 208.29 -
System Red Green Blue C M Y K H S L
Decimal 212 28 172 0 0.87 0.19 0.17 313.04 0.77 0.47
Hex D4 1C AC 0 57 13 11 139 4D 2F
Octal 324 34 254 0 127 23 21 471 115 57
Binary 11010100 11100 10101100 0 1010111 10011 10001 100111001 1001101 101111

Color Harmonies of #D41CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CAC

Black with #D41CAC

Text Example


Text Example

White with #D41CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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