Html Css Color HEX #C414AC Deep Magenta

📋 copy color: '#C414AC'

red 196 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #C414AC

Tints of Deep Magenta #C414AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 50.52%
G = 5.15%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C414AC (or 0xC414AC) is known color: Deep Magenta. HEX triplet: C4, 14 and AC. RGB value is (196,20,172). Sum of RGB (Red+Green+Blue) = 196+20+172=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C414AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414AC is #3BEB53. Grayscale: #595959. Windows color (decimal): -3926868 or 11277508. OLE color: 11277508.

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

Color convert

RGB 196 20 172 -
CMYK 0 0.90 0.12 0.23
HSL 308.18º 0.81% 0.42% -
HSV(B) 308.18º 0.9% 0.77% -
XYZ 30.46 15.21 40.36 -
YUV 89.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 196 20 172 0 0.90 0.12 0.23 308.18 0.81 0.42
Hex C4 14 AC 0 5A C 17 134 51 2A
Octal 304 24 254 0 132 14 27 464 121 52
Binary 11000100 10100 10101100 0 1011010 1100 10111 100110100 1010001 101010

Color Harmonies of #C414AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414AC

Black with #C414AC

Text Example


Text Example

White with #C414AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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