#CA0797

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

Shades of Medium Violet Red #CA0797

Tints of Medium Violet Red #CA0797

Color information

#CA0797 (or 0xCA0797) is unknown color: approx Medium Violet Red. HEX triplet: CA, 07 and 97. RGB value is (202,7,151). Sum of RGB (Red+Green+Blue) = 202+7+151=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0797 is #35F868. Grayscale: #515151. Windows color (decimal): -3537001 or 9897930. OLE color: 9897930.

HSL color Cylindrical-coordinate representation of color #CA0797: hue angle of 315.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0797 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB2027151-
CMYK00.970.250.21
HSL315.69º93.3%40.98%-
HSV(B)315.69º96.53%79.22%-
XYZ30.0214.9430.58-
YUV81.72167.1213.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.11%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 151 (59.38% from 255) = 41.94%
R=56.11%
G=1.94%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202715100.970.250.21315.6993.340.98
HexCA797061191513c5d29
Octal31272270141312547413551
Binary11001010111100101110110000111001101011001111001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0797; }

 p { color: rgb(202,7,151); }

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

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

 a { background-color: rgb(202,7,151); }

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

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

 span { border-color: rgb(202,7,151); }

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