Html Css Color HEX #C41EB3 Deep Magenta

📋 copy color: '#C41EB3'

red 196 ◦ green 30 ◦ blue 179

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

Shades of Deep Magenta #C41EB3

Tints of Deep Magenta #C41EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.2%

R = 48.4%
G = 7.41%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C41EB3 (or 0xC41EB3) is known color: Deep Magenta. HEX triplet: C4, 1E and B3. RGB value is (196,30,179). Sum of RGB (Red+Green+Blue) = 196+30+179=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EB3 is #3BE14C. Grayscale: #606060. Windows color (decimal): -3924301 or 11738820. OLE color: 11738820.

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

Color convert

RGB 196 30 179 -
CMYK 0 0.85 0.09 0.23
HSL 306.14º 0.73% 0.44% -
HSV(B) 306.14º 0.85% 0.77% -
XYZ 31.37 15.92 44.07 -
YUV 96.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 196 30 179 0 0.85 0.09 0.23 306.14 0.73 0.44
Hex C4 1E B3 0 55 9 17 132 49 2C
Octal 304 36 263 0 125 11 27 462 111 54
Binary 11000100 11110 10110011 0 1010101 1001 10111 100110010 1001001 101100

Color Harmonies of #C41EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EB3

Black with #C41EB3

Text Example


Text Example

White with #C41EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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