#c6359a

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

Shades of Medium Red Violet #C6359A

Tints of Medium Red Violet #C6359A

Color information

#C6359A (or 0xC6359A) is unknown color: approx Medium Red Violet. HEX triplet: C6, 35 and 9A. RGB value is (198,53,154). Sum of RGB (Red+Green+Blue) = 198+53+154=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6359A is #39CA65. Grayscale: #6B6B6B. Windows color (decimal): -3787366 or 10106310. OLE color: 10106310.

HSL color Cylindrical-coordinate representation of color #C6359A: hue angle of 318.21º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6359A is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19853154-
CMYK00.730.220.22
HSL318.21º57.77%49.22%-
HSV(B)318.21º73.23%77.65%-
XYZ30.3916.8932.23-
YUV107.87154.04192.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 53 (21.09% from 255) = 13.09%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=48.89%
G=13.09%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985315400.730.220.22318.2157.7749.22
HexC6359A049161613e3a31
Octal30665232011126264767261
Binary1100011011010110011010010010011011010110100111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6359a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6359a; }

 p { color: rgb(198,53,154); }

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

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

 a { background-color: rgb(198,53,154); }

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

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

 span { border-color: rgb(198,53,154); }

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