#C335A5

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

Shades of Medium Red Violet #C335A5

Tints of Medium Red Violet #C335A5

Color information

#C335A5 (or 0xC335A5) is unknown color: approx Medium Red Violet. HEX triplet: C3, 35 and A5. RGB value is (195,53,165). Sum of RGB (Red+Green+Blue) = 195+53+165=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C335A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335A5 is #3CCA5A. Grayscale: #6B6B6B. Windows color (decimal): -3983963 or 10827203. OLE color: 10827203.

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

Color convert

RGB19553165-
CMYK00.730.150.24
HSL312.68º57.26%48.63%-
HSV(B)312.68º72.82%76.47%-
XYZ30.5716.8637.24-
YUV108.23160.04189.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=47.22%
G=12.83%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955316500.730.150.24312.6857.2648.63
HexC335A5049F181393931
Octal30365245011117304717161
Binary110000111101011010010101001001111111000100111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335A5; }

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

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

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

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

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

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

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

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