Html Css Color HEX #C414A6 Medium Violet Red

📋 copy color: '#C414A6'

red 196 ◦ green 20 ◦ blue 166

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

Shades of Medium Violet Red #C414A6

Tints of Medium Violet Red #C414A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 51.31%
G = 5.24%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C414A6 (or 0xC414A6) is known color: Medium Violet Red. HEX triplet: C4, 14 and A6. RGB value is (196,20,166). Sum of RGB (Red+Green+Blue) = 196+20+166=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C414A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414A6 is #3BEB59. Grayscale: #585858. Windows color (decimal): -3926874 or 10884292. OLE color: 10884292.

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

Color convert

RGB 196 20 166 -
CMYK 0 0.90 0.15 0.23
HSL 310.23º 0.81% 0.42% -
HSV(B) 310.23º 0.9% 0.77% -
XYZ 29.9 14.99 37.39 -
YUV 89.27 171.31 204.13 -
System Red Green Blue C M Y K H S L
Decimal 196 20 166 0 0.90 0.15 0.23 310.23 0.81 0.42
Hex C4 14 A6 0 5A F 17 136 51 2A
Octal 304 24 246 0 132 17 27 466 121 52
Binary 11000100 10100 10100110 0 1011010 1111 10111 100110110 1010001 101010

Color Harmonies of #C414A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414A6

Black with #C414A6

Text Example


Text Example

White with #C414A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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