#C41495

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

Shades of Medium Violet Red #C41495

Tints of Medium Violet Red #C41495

Color information

#C41495 (or 0xC41495) is unknown color: approx Medium Violet Red. HEX triplet: C4, 14 and 95. RGB value is (196,20,149). Sum of RGB (Red+Green+Blue) = 196+20+149=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C41495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41495 is #3BEB6A. Grayscale: #565656. Windows color (decimal): -3926891 or 9770180. OLE color: 9770180.

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

Color convert

RGB19620149-
CMYK00.900.240.23
HSL316.02º81.48%42.35%-
HSV(B)316.02º89.8%76.86%-
XYZ28.4414.4129.72-
YUV87.33162.81205.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.70%
GREEN value IS 20 (8.20% from 255) = 5.48%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=53.70%
G=5.48%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962014900.900.240.23316.0281.4842.35
HexC4149505A181713c512a
Octal304242250132302747412152
Binary1100010010100100101010101101011000101111001111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41495; }

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

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

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

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

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

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

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

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