#C3197A

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

Shades of Medium Violet Red #C3197A

Tints of Medium Violet Red #C3197A

Color information

#C3197A (or 0xC3197A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 19 and 7A. RGB value is (195,25,122). Sum of RGB (Red+Green+Blue) = 195+25+122=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3197A is #3CE685. Grayscale: #565656. Windows color (decimal): -3991174 or 8001987. OLE color: 8001987.

HSL color Cylindrical-coordinate representation of color #C3197A: hue angle of 325.76º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3197A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19525122-
CMYK00.870.370.24
HSL325.76º77.27%43.14%-
HSV(B)325.76º87.18%76.47%-
XYZ26.3713.719.67-
YUV86.89147.82205.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.02%
GREEN value IS 25 (10.16% from 255) = 7.31%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=57.02%
G=7.31%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952512200.870.370.24325.7677.2743.14
HexC3197A05725181464d2b
Octal303311720127453050611553
Binary1100001111001111101001010111100101110001010001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3197A; }

 p { color: rgb(195,25,122); }

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

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

 a { background-color: rgb(195,25,122); }

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

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

 span { border-color: rgb(195,25,122); }

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