Html Css Color HEX #C414A9 Medium Violet Red

📋 copy color: '#C414A9'

red 196 ◦ green 20 ◦ blue 169

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

Shades of Medium Violet Red #C414A9

Tints of Medium Violet Red #C414A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 50.91%
G = 5.19%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C414A9 (or 0xC414A9) is known color: Medium Violet Red. HEX triplet: C4, 14 and A9. RGB value is (196,20,169). Sum of RGB (Red+Green+Blue) = 196+20+169=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C414A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414A9 is #3BEB56. Grayscale: #595959. Windows color (decimal): -3926871 or 11080900. OLE color: 11080900.

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

Color convert

RGB 196 20 169 -
CMYK 0 0.90 0.14 0.23
HSL 309.2º 0.81% 0.42% -
HSV(B) 309.2º 0.9% 0.77% -
XYZ 30.18 15.1 38.86 -
YUV 89.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 196 20 169 0 0.90 0.14 0.23 309.2 0.81 0.42
Hex C4 14 A9 0 5A E 17 135 51 2A
Octal 304 24 251 0 132 16 27 465 121 52
Binary 11000100 10100 10101001 0 1011010 1110 10111 100110101 1010001 101010

Color Harmonies of #C414A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414A9

Black with #C414A9

Text Example


Text Example

White with #C414A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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