#C527A5

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

Shades of Medium Red Violet #C527A5

Tints of Medium Red Violet #C527A5

Color information

#C527A5 (or 0xC527A5) is unknown color: approx Medium Red Violet. HEX triplet: C5, 27 and A5. RGB value is (197,39,165). Sum of RGB (Red+Green+Blue) = 197+39+165=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C527A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527A5 is #3AD85A. Grayscale: #646464. Windows color (decimal): -3856475 or 10823621. OLE color: 10823621.

HSL color Cylindrical-coordinate representation of color #C527A5: hue angle of 312.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C527A5 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19739165-
CMYK00.800.160.23
HSL312.15º66.95%46.27%-
HSV(B)312.15º80.2%77.25%-
XYZ30.5416.0437.08-
YUV100.61164.35196.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=49.13%
G=9.73%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973916500.800.160.23312.1566.9546.27
HexC527A50501017138432e
Octal305472450120202747010356
Binary11000101100111101001010101000010000101111001110001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C527A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C527A5; }

 p { color: rgb(197,39,165); }

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

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

 a { background-color: rgb(197,39,165); }

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

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

 span { border-color: rgb(197,39,165); }

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