Html Css Color HEX #D41CC1 Deep Magenta

📋 copy color: '#D41CC1'

red 212 ◦ green 28 ◦ blue 193

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

Shades of Deep Magenta #D41CC1

Tints of Deep Magenta #D41CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 48.96%
G = 6.47%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D41CC1 (or 0xD41CC1) is known color: Deep Magenta. HEX triplet: D4, 1C and C1. RGB value is (212,28,193). Sum of RGB (Red+Green+Blue) = 212+28+193=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CC1 is #2BE33E. Grayscale: #656565. Windows color (decimal): -2876223 or 12655828. OLE color: 12655828.

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

Color convert

RGB 212 28 193 -
CMYK 0 0.87 0.09 0.17
HSL 306.2º 0.77% 0.47% -
HSV(B) 306.2º 0.87% 0.83% -
XYZ 37.19 18.68 52.1 -
YUV 101.83 179.46 206.58 -
System Red Green Blue C M Y K H S L
Decimal 212 28 193 0 0.87 0.09 0.17 306.2 0.77 0.47
Hex D4 1C C1 0 57 9 11 132 4D 2F
Octal 324 34 301 0 127 11 21 462 115 57
Binary 11010100 11100 11000001 0 1010111 1001 10001 100110010 1001101 101111

Color Harmonies of #D41CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CC1

Black with #D41CC1

Text Example


Text Example

White with #D41CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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