#c527aa

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

Shades of Medium Red Violet #C527AA

Tints of Medium Red Violet #C527AA

Color information

#C527AA (or 0xC527AA) is unknown color: approx Medium Red Violet. HEX triplet: C5, 27 and AA. RGB value is (197,39,170). Sum of RGB (Red+Green+Blue) = 197+39+170=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C527AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527AA is #3AD855. Grayscale: #646464. Windows color (decimal): -3856470 or 11151301. OLE color: 11151301.

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

Color convert

RGB19739170-
CMYK00.800.140.23
HSL310.25º66.95%46.27%-
HSV(B)310.25º80.2%77.25%-
XYZ31.0116.2239.53-
YUV101.18166.85196.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 39 (15.62% from 255) = 9.61%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=48.52%
G=9.61%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973917000.800.140.23310.2566.9546.27
HexC527AA050E17136432e
Octal305472520120162746610356
Binary1100010110011110101010010100001110101111001101101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c527aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c527aa; }

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

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

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

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

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

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

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

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