Html Css Color HEX #D41FCB Deep Magenta

📋 copy color: '#D41FCB'

red 212 ◦ green 31 ◦ blue 203

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

Shades of Deep Magenta #D41FCB

Tints of Deep Magenta #D41FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 47.53%
G = 6.95%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D41FCB (or 0xD41FCB) is known color: Deep Magenta. HEX triplet: D4, 1F and CB. RGB value is (212,31,203). Sum of RGB (Red+Green+Blue) = 212+31+203=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D41FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FCB is #2BE034. Grayscale: #686868. Windows color (decimal): -2875445 or 13311956. OLE color: 13311956.

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

Color convert

RGB 212 31 203 -
CMYK 0 0.85 0.04 0.17
HSL 302.98º 0.74% 0.48% -
HSV(B) 302.98º 0.85% 0.83% -
XYZ 38.42 19.29 58.2 -
YUV 104.73 183.47 204.51 -
System Red Green Blue C M Y K H S L
Decimal 212 31 203 0 0.85 0.04 0.17 302.98 0.74 0.48
Hex D4 1F CB 0 55 4 11 12F 4A 30
Octal 324 37 313 0 125 4 21 457 112 60
Binary 11010100 11111 11001011 0 1010101 100 10001 100101111 1001010 110000

Color Harmonies of #D41FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41FCB

Black with #D41FCB

Text Example


Text Example

White with #D41FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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