Html Css Color HEX #C41EB9 Deep Magenta

📋 copy color: '#C41EB9'

red 196 ◦ green 30 ◦ blue 185

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

Shades of Deep Magenta #C41EB9

Tints of Deep Magenta #C41EB9

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 30 (12.11% from 255) = 7.3%

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 47.69%
G = 7.3%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C41EB9 (or 0xC41EB9) is known color: Deep Magenta. HEX triplet: C4, 1E and B9. RGB value is (196,30,185). Sum of RGB (Red+Green+Blue) = 196+30+185=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EB9 is #3BE146. Grayscale: #606060. Windows color (decimal): -3924295 or 12132036. OLE color: 12132036.

HSL color Cylindrical-coordinate representation of color #C41EB9: hue angle of 303.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41EB9 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 30 185 -
CMYK 0 0.85 0.06 0.23
HSL 303.98º 0.73% 0.44% -
HSV(B) 303.98º 0.85% 0.77% -
XYZ 31.99 16.17 47.33 -
YUV 97.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 196 30 185 0 0.85 0.06 0.23 303.98 0.73 0.44
Hex C4 1E B9 0 55 6 17 130 49 2C
Octal 304 36 271 0 125 6 27 460 111 54
Binary 11000100 11110 10111001 0 1010101 110 10111 100110000 1001001 101100

Color Harmonies of #C41EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EB9

Black with #C41EB9

Text Example


Text Example

White with #C41EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EB9; }

 p { color: rgb(196,30,185); }

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

background-color css

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

 a { background-color: rgb(196,30,185); }

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

border-color css

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

 span { border-color: rgb(196,30,185); }

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