#C535A7

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

Shades of Medium Red Violet #C535A7

Tints of Medium Red Violet #C535A7

Color information

#C535A7 (or 0xC535A7) is unknown color: approx Medium Red Violet. HEX triplet: C5, 35 and A7. RGB value is (197,53,167). Sum of RGB (Red+Green+Blue) = 197+53+167=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C535A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535A7 is #3ACA58. Grayscale: #6C6C6C. Windows color (decimal): -3852889 or 10958277. OLE color: 10958277.

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

Color convert

RGB19753167-
CMYK00.730.150.23
HSL312.5º57.6%49.02%-
HSV(B)312.5º73.1%77.25%-
XYZ31.2717.2138.23-
YUV109.05160.71190.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 167 (65.62% from 255) = 40.05%
R=47.24%
G=12.71%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975316700.730.150.23312.557.649.02
HexC535A7049F171383a31
Octal30565247011117274707261
Binary110001011101011010011101001001111110111100111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535A7; }

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

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

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

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

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

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

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

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