Html Css Color HEX #C414A1 Medium Violet Red

📋 copy color: '#C414A1'

red 196 ◦ green 20 ◦ blue 161

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

Shades of Medium Violet Red #C414A1

Tints of Medium Violet Red #C414A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 51.99%
G = 5.31%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C414A1 (or 0xC414A1) is known color: Medium Violet Red. HEX triplet: C4, 14 and A1. RGB value is (196,20,161). Sum of RGB (Red+Green+Blue) = 196+20+161=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C414A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414A1 is #3BEB5E. Grayscale: #585858. Windows color (decimal): -3926879 or 10556612. OLE color: 10556612.

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

Color convert

RGB 196 20 161 -
CMYK 0 0.90 0.18 0.23
HSL 311.93º 0.81% 0.42% -
HSV(B) 311.93º 0.9% 0.77% -
XYZ 29.45 14.81 35.02 -
YUV 88.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 196 20 161 0 0.90 0.18 0.23 311.93 0.81 0.42
Hex C4 14 A1 0 5A 12 17 138 51 2A
Octal 304 24 241 0 132 22 27 470 121 52
Binary 11000100 10100 10100001 0 1011010 10010 10111 100111000 1010001 101010

Color Harmonies of #C414A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414A1

Black with #C414A1

Text Example


Text Example

White with #C414A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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