Html Css Color HEX #C41ABA Deep Magenta

📋 copy color: '#C41ABA'

red 196 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #C41ABA

Tints of Deep Magenta #C41ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 48.04%
G = 6.37%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C41ABA (or 0xC41ABA) is known color: Deep Magenta. HEX triplet: C4, 1A and BA. RGB value is (196,26,186). Sum of RGB (Red+Green+Blue) = 196+26+186=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABA is #3BE545. Grayscale: #5E5E5E. Windows color (decimal): -3925318 or 12196548. OLE color: 12196548.

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

Color convert

RGB 196 26 186 -
CMYK 0 0.87 0.05 0.23
HSL 303.53º 0.77% 0.44% -
HSV(B) 303.53º 0.87% 0.77% -
XYZ 32 16.02 47.86 -
YUV 95.07 179.32 199.99 -
System Red Green Blue C M Y K H S L
Decimal 196 26 186 0 0.87 0.05 0.23 303.53 0.77 0.44
Hex C4 1A BA 0 57 5 17 130 4D 2C
Octal 304 32 272 0 127 5 27 460 115 54
Binary 11000100 11010 10111010 0 1010111 101 10111 100110000 1001101 101100

Color Harmonies of #C41ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41ABA

Black with #C41ABA

Text Example


Text Example

White with #C41ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41ABA; }

 p { color: rgb(196,26,186); }

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

background-color css

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

 a { background-color: rgb(196,26,186); }

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

border-color css

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

 span { border-color: rgb(196,26,186); }

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