Html Css Color HEX #C40AB5 Deep Magenta

📋 copy color: '#C40AB5'

red 196 ◦ green 10 ◦ blue 181

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

Shades of Deep Magenta #C40AB5

Tints of Deep Magenta #C40AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.77%

R = 50.65%
G = 2.58%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C40AB5 (or 0xC40AB5) is known color: Deep Magenta. HEX triplet: C4, 0A and B5. RGB value is (196,10,181). Sum of RGB (Red+Green+Blue) = 196+10+181=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AB5 is #3BF54A. Grayscale: #545454. Windows color (decimal): -3929419 or 11864772. OLE color: 11864772.

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

Color convert

RGB 196 10 181 -
CMYK 0 0.95 0.08 0.23
HSL 304.84º 0.9% 0.4% -
HSV(B) 304.84º 0.95% 0.77% -
XYZ 31.21 15.29 45.02 -
YUV 85.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 196 10 181 0 0.95 0.08 0.23 304.84 0.9 0.4
Hex C4 A B5 0 5F 8 17 131 5A 28
Octal 304 12 265 0 137 10 27 461 132 50
Binary 11000100 1010 10110101 0 1011111 1000 10111 100110001 1011010 101000

Color Harmonies of #C40AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AB5

Black with #C40AB5

Text Example


Text Example

White with #C40AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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