#C2097A

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

Shades of Medium Violet Red #C2097A

Tints of Medium Violet Red #C2097A

Color information

#C2097A (or 0xC2097A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 09 and 7A. RGB value is (194,9,122). Sum of RGB (Red+Green+Blue) = 194+9+122=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2097A is #3DF685. Grayscale: #4C4C4C. Windows color (decimal): -4060806 or 7997890. OLE color: 7997890.

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

Color convert

RGB1949122-
CMYK00.950.370.24
HSL323.35º91.13%39.8%-
HSV(B)323.35º95.36%76.08%-
XYZ25.8613.0719.57-
YUV77.2153.29211.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.69%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=59.69%
G=2.77%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194912200.950.370.24323.3591.1339.8
HexC297A05F25181435b28
Octal302111720137453050313350
Binary110000101001111101001011111100101110001010000111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2097A; }

 p { color: rgb(194,9,122); }

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

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

 a { background-color: rgb(194,9,122); }

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

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

 span { border-color: rgb(194,9,122); }

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