#C535A1

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

Shades of Medium Red Violet #C535A1

Tints of Medium Red Violet #C535A1

Color information

#C535A1 (or 0xC535A1) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and A1. RGB value is (197,53,161). Sum of RGB (Red+Green+Blue) = 197+53+161=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C535A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535A1 is #3ACA5E. Grayscale: #6C6C6C. Windows color (decimal): -3852895 or 10565061. OLE color: 10565061.

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

Color convert

RGB19753161-
CMYK00.730.180.23
HSL315º57.6%49.02%-
HSV(B)315º73.1%77.25%-
XYZ30.7316.9935.38-
YUV108.37157.71191.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=47.93%
G=12.90%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975316100.730.180.2331557.649.02
HexC535A1049121713b3a31
Octal30565241011122274737261
Binary1100010111010110100001010010011001010111100111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535A1; }

 p { color: rgb(197,53,161); }

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

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

 a { background-color: rgb(197,53,161); }

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

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

 span { border-color: rgb(197,53,161); }

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