#C3359A

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

Shades of Medium Red Violet #C3359A

Tints of Medium Red Violet #C3359A

Color information

#C3359A (or 0xC3359A) is unknown color: approx Medium Red Violet. HEX triplet: C3, 35 and 9A. RGB value is (195,53,154). Sum of RGB (Red+Green+Blue) = 195+53+154=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3359A is #3CCA65. Grayscale: #6A6A6A. Windows color (decimal): -3983974 or 10106307. OLE color: 10106307.

HSL color Cylindrical-coordinate representation of color #C3359A: hue angle of 317.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3359A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19553154-
CMYK00.730.210.24
HSL317.32º57.26%48.63%-
HSV(B)317.32º72.82%76.47%-
XYZ29.6116.4832.19-
YUV106.97154.54190.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.51%
GREEN value IS 53 (21.09% from 255) = 13.18%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=48.51%
G=13.18%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955315400.730.210.24317.3257.2648.63
HexC3359A049151813d3931
Octal30365232011125304757161
Binary1100001111010110011010010010011010111000100111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3359A; }

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

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

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

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

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

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

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

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