#C335A0

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

Shades of Medium Red Violet #C335A0

Tints of Medium Red Violet #C335A0

Color information

#C335A0 (or 0xC335A0) is unknown color: approx Medium Red Violet. HEX triplet: C3, 35 and A0. RGB value is (195,53,160). Sum of RGB (Red+Green+Blue) = 195+53+160=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C335A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335A0 is #3CCA5F. Grayscale: #6B6B6B. Windows color (decimal): -3983968 or 10499523. OLE color: 10499523.

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

Color convert

RGB19553160-
CMYK00.730.180.24
HSL314.79º57.26%48.63%-
HSV(B)314.79º72.82%76.47%-
XYZ30.1216.6934.89-
YUV107.66157.54190.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 53 (21.09% from 255) = 12.99%
BLUE value IS 160 (62.89% from 255) = 39.22%
R=47.79%
G=12.99%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955316000.730.180.24314.7957.2648.63
HexC335A0049121813b3931
Octal30365240011122304737161
Binary1100001111010110100000010010011001011000100111011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335A0; }

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

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

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

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

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

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

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

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