#C335A9

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

Shades of Medium Red Violet #C335A9

Tints of Medium Red Violet #C335A9

Color information

#C335A9 (or 0xC335A9) is unknown color: approx Medium Red Violet. HEX triplet: C3, 35 and A9. RGB value is (195,53,169). Sum of RGB (Red+Green+Blue) = 195+53+169=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C335A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335A9 is #3CCA56. Grayscale: #6C6C6C. Windows color (decimal): -3983959 or 11089347. OLE color: 11089347.

HSL color Cylindrical-coordinate representation of color #C335A9: hue angle of 310.99º 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 #C335A9 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19553169-
CMYK00.730.130.24
HSL310.99º57.26%48.63%-
HSV(B)310.99º72.82%76.47%-
XYZ30.9417.0139.19-
YUV108.68162.04189.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=46.76%
G=12.71%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955316900.730.130.24310.9957.2648.63
HexC335A9049D181373931
Octal30365251011115304677161
Binary110000111101011010100101001001110111000100110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335A9; }

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

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

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

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

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

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

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

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