#c536a7

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

Shades of Medium Red Violet #C536A7

Tints of Medium Red Violet #C536A7

Color information

#C536A7 (or 0xC536A7) is unknown color: approx Medium Red Violet. HEX triplet: C5, 36 and A7. RGB value is (197,54,167). Sum of RGB (Red+Green+Blue) = 197+54+167=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C536A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536A7 is #3AC958. Grayscale: #6D6D6D. Windows color (decimal): -3852633 or 10958533. OLE color: 10958533.

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

Color convert

RGB19754167-
CMYK00.730.150.23
HSL312.59º56.97%49.22%-
HSV(B)312.59º72.59%77.25%-
XYZ31.3217.338.25-
YUV109.64160.38190.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 54 (21.48% from 255) = 12.92%
BLUE value IS 167 (65.62% from 255) = 39.95%
R=47.13%
G=12.92%
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.23
SystemRedGreenBlueCMYKHSL
Decimal1975416700.730.150.23312.5956.9749.22
HexC536A7049F171393931
Octal30566247011117274717161
Binary110001011101101010011101001001111110111100111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c536a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c536a7; }

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

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

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

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

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

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

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

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