#C538A8

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

Shades of Medium Red Violet #C538A8

Tints of Medium Red Violet #C538A8

Color information

#C538A8 (or 0xC538A8) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and A8. RGB value is (197,56,168). Sum of RGB (Red+Green+Blue) = 197+56+168=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C538A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538A8 is #3AC757. Grayscale: #6E6E6E. Windows color (decimal): -3852120 or 11024581. OLE color: 11024581.

HSL color Cylindrical-coordinate representation of color #C538A8: hue angle of 312.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538A8 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19756168-
CMYK00.720.150.23
HSL312.34º55.73%49.61%-
HSV(B)312.34º71.57%77.25%-
XYZ31.5117.5338.77-
YUV110.93160.21189.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 56 (22.27% from 255) = 13.30%
BLUE value IS 168 (66.02% from 255) = 39.90%
R=46.79%
G=13.30%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975616800.720.150.23312.3455.7349.61
HexC538A8048F171383832
Octal30570250011017274707062
Binary110001011110001010100001001000111110111100111000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C538A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C538A8; }

 p { color: rgb(197,56,168); }

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

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

 a { background-color: rgb(197,56,168); }

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

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

 span { border-color: rgb(197,56,168); }

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