#C414A7

Color #C414A7 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C414A7

Tints of Medium Violet Red #C414A7

Color information

#C414A7 (or 0xC414A7) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and A7. RGB value is (196,20,167). Sum of RGB (Red+Green+Blue) = 196+20+167=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C414A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C414A7 is #3BEB58. Grayscale: #585858. Windows color (decimal): -3926873 or 10949828. OLE color: 10949828.

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

Color convert

RGB19620167-
CMYK00.900.150.23
HSL309.89º81.48%42.35%-
HSV(B)309.89º89.8%76.86%-
XYZ29.9915.0337.88-
YUV89.38171.81204.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 20 (8.20% from 255) = 5.22%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=51.17%
G=5.22%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962016700.900.150.23309.8981.4842.35
HexC414A705AF17136512a
Octal304242470132172746612152
Binary110001001010010100111010110101111101111001101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C414A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C414A7; }

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

 H1.HeaderClassName
 {
   color: #C414A7;
 }
 .AnyTagClassName
 {
   color: #C414A7;
 }
</style>
background-color css

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

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

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

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

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

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