Shades of Medium Violet Red #C527AF
Tints of Medium Violet Red #C527AF
RGB
CMYK
RGB Variations
Color information
#C527AF (or 0xC527AF) is known color: Medium Violet Red. HEX triplet: C5, 27 and AF. RGB value is (197,39,175). Sum of RGB (Red+Green+Blue) = 197+39+175=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C527AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527AF is #3AD850. Grayscale: #656565. Windows color (decimal): -3856465 or 11478981. OLE color: 11478981.
HSL color Cylindrical-coordinate representation of color #C527AF: hue angle of 308.35º 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 #C527AF is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 175 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.23 |
| HSL | 308.35º | 0.67% | 0.46% | - |
| HSV(B) | 308.35º | 0.8% | 0.77% | - |
| XYZ | 31.49 | 16.42 | 42.07 | - |
| YUV | 101.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 175 | 0 | 0.80 | 0.11 | 0.23 | 308.35 | 0.67 | 0.46 |
| Hex | C5 | 27 | AF | 0 | 50 | B | 17 | 134 | 43 | 2E |
| Octal | 305 | 47 | 257 | 0 | 120 | 13 | 27 | 464 | 103 | 56 |
| Binary | 11000101 | 100111 | 10101111 | 0 | 1010000 | 1011 | 10111 | 100110100 | 1000011 | 101110 |
Color Harmonies of #C527AF
Complementary color
Monochromatic Colors of #C527AF
Black with #C527AF
Text Example
Text Example
White with #C527AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527AF; }
p { color: rgb(197,39,175); }
H1.HeaderClassName
{
color: #C527AF;
}
.AnyTagClassName
{
color: #C527AF;
}
</style>
background-color css
<style>
a { background-color: #C527AF; }
a { background-color: rgb(197,39,175); }
div.DivClassName
{
background-color: #C527AF;
}
.BgClassName
{
background-color: #C527AF;
}
</style>
border-color css
<style>
span { border-color: #C527AF; }
span { border-color: rgb(197,39,175); }
td.TdClassName
{
border-color: #C527AF;
}
.TagClassName
{
border-color: #C527AF;
}
</style>