Html Css Color HEX #D41CBF Deep Magenta

📋 copy color: '#D41CBF'

red 212 ◦ green 28 ◦ blue 191

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

Shades of Deep Magenta #D41CBF

Tints of Deep Magenta #D41CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 49.19%
G = 6.5%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D41CBF (or 0xD41CBF) is known color: Deep Magenta. HEX triplet: D4, 1C and BF. RGB value is (212,28,191). Sum of RGB (Red+Green+Blue) = 212+28+191=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CBF is #2BE340. Grayscale: #656565. Windows color (decimal): -2876225 or 12524756. OLE color: 12524756.

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

Color convert

RGB 212 28 191 -
CMYK 0 0.87 0.10 0.17
HSL 306.85º 0.77% 0.47% -
HSV(B) 306.85º 0.87% 0.83% -
XYZ 36.97 18.59 50.93 -
YUV 101.6 178.46 206.75 -
System Red Green Blue C M Y K H S L
Decimal 212 28 191 0 0.87 0.10 0.17 306.85 0.77 0.47
Hex D4 1C BF 0 57 A 11 133 4D 2F
Octal 324 34 277 0 127 12 21 463 115 57
Binary 11010100 11100 10111111 0 1010111 1010 10001 100110011 1001101 101111

Color Harmonies of #D41CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CBF

Black with #D41CBF

Text Example


Text Example

White with #D41CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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