Html Css Color HEX #C40AB8 Deep Magenta

📋 copy color: '#C40AB8'

red 196 ◦ green 10 ◦ blue 184

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

Shades of Deep Magenta #C40AB8

Tints of Deep Magenta #C40AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.18%

R = 50.26%
G = 2.56%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C40AB8 (or 0xC40AB8) is known color: Deep Magenta. HEX triplet: C4, 0A and B8. RGB value is (196,10,184). Sum of RGB (Red+Green+Blue) = 196+10+184=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AB8 is #3BF547. Grayscale: #545454. Windows color (decimal): -3929416 or 12061380. OLE color: 12061380.

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

Color convert

RGB 196 10 184 -
CMYK 0 0.95 0.06 0.23
HSL 303.87º 0.9% 0.4% -
HSV(B) 303.87º 0.95% 0.77% -
XYZ 31.53 15.41 46.66 -
YUV 85.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 196 10 184 0 0.95 0.06 0.23 303.87 0.9 0.4
Hex C4 A B8 0 5F 6 17 130 5A 28
Octal 304 12 270 0 137 6 27 460 132 50
Binary 11000100 1010 10111000 0 1011111 110 10111 100110000 1011010 101000

Color Harmonies of #C40AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40AB8

Black with #C40AB8

Text Example


Text Example

White with #C40AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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