Html Css Color HEX #C40AB1 Deep Magenta

📋 copy color: '#C40AB1'

red 196 ◦ green 10 ◦ blue 177

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

Shades of Deep Magenta #C40AB1

Tints of Deep Magenta #C40AB1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 51.17%
G = 2.61%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C40AB1 (or 0xC40AB1) is known color: Deep Magenta. HEX triplet: C4, 0A and B1. RGB value is (196,10,177). Sum of RGB (Red+Green+Blue) = 196+10+177=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40AB1 is #3BF54E. Grayscale: #545454. Windows color (decimal): -3929423 or 11602628. OLE color: 11602628.

HSL color Cylindrical-coordinate representation of color #C40AB1: hue angle of 306.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40AB1 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 10 177 -
CMYK 0 0.95 0.10 0.23
HSL 306.13º 0.9% 0.4% -
HSV(B) 306.13º 0.95% 0.77% -
XYZ 30.81 15.13 42.89 -
YUV 84.65 180.12 207.42 -
System Red Green Blue C M Y K H S L
Decimal 196 10 177 0 0.95 0.10 0.23 306.13 0.9 0.4
Hex C4 A B1 0 5F A 17 132 5A 28
Octal 304 12 261 0 137 12 27 462 132 50
Binary 11000100 1010 10110001 0 1011111 1010 10111 100110010 1011010 101000

Color Harmonies of #C40AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AB1

Black with #C40AB1

Text Example


Text Example

White with #C40AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AB1; }

 p { color: rgb(196,10,177); }

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

background-color css

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

 a { background-color: rgb(196,10,177); }

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

border-color css

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

 span { border-color: rgb(196,10,177); }

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