Html Css Color HEX #C414AB Deep Magenta

📋 copy color: '#C414AB'

red 196 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #C414AB

Tints of Deep Magenta #C414AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 50.65%
G = 5.17%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C414AB (or 0xC414AB) is known color: Deep Magenta. HEX triplet: C4, 14 and AB. RGB value is (196,20,171). Sum of RGB (Red+Green+Blue) = 196+20+171=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C414AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414AB is #3BEB54. Grayscale: #595959. Windows color (decimal): -3926869 or 11211972. OLE color: 11211972.

HSL color Cylindrical-coordinate representation of color #C414AB: hue angle of 308.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C414AB is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 171 -
CMYK 0 0.90 0.13 0.23
HSL 308.52º 0.81% 0.42% -
HSV(B) 308.52º 0.9% 0.77% -
XYZ 30.37 15.18 39.86 -
YUV 89.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 196 20 171 0 0.90 0.13 0.23 308.52 0.81 0.42
Hex C4 14 AB 0 5A D 17 135 51 2A
Octal 304 24 253 0 132 15 27 465 121 52
Binary 11000100 10100 10101011 0 1011010 1101 10111 100110101 1010001 101010

Color Harmonies of #C414AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414AB

Black with #C414AB

Text Example


Text Example

White with #C414AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414AB; }

 p { color: rgb(196,20,171); }

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

background-color css

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

 a { background-color: rgb(196,20,171); }

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

border-color css

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

 span { border-color: rgb(196,20,171); }

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