Shades of Medium Violet Red #C927AF
Tints of Medium Violet Red #C927AF
RGB
CMYK
RGB Variations
Color information
#C927AF (or 0xC927AF) is known color: Medium Violet Red. HEX triplet: C9, 27 and AF. RGB value is (201,39,175). Sum of RGB (Red+Green+Blue) = 201+39+175=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C927AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C927AF is #36D850. Grayscale: #666666. Windows color (decimal): -3594321 or 11478985. OLE color: 11478985.
HSL color Cylindrical-coordinate representation of color #C927AF: hue angle of 309.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C927AF is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 175 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.21 |
| HSL | 309.63º | 0.68% | 0.47% | - |
| HSV(B) | 309.63º | 0.81% | 0.79% | - |
| XYZ | 32.55 | 16.96 | 42.12 | - |
| YUV | 102.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 175 | 0 | 0.81 | 0.13 | 0.21 | 309.63 | 0.68 | 0.47 |
| Hex | C9 | 27 | AF | 0 | 51 | D | 15 | 136 | 44 | 2F |
| Octal | 311 | 47 | 257 | 0 | 121 | 15 | 25 | 466 | 104 | 57 |
| Binary | 11001001 | 100111 | 10101111 | 0 | 1010001 | 1101 | 10101 | 100110110 | 1000100 | 101111 |
Color Harmonies of #C927AF
Complementary color
Monochromatic Colors of #C927AF
Black with #C927AF
Text Example
Text Example
White with #C927AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927AF; }
p { color: rgb(201,39,175); }
H1.HeaderClassName
{
color: #C927AF;
}
.AnyTagClassName
{
color: #C927AF;
}
</style>
background-color css
<style>
a { background-color: #C927AF; }
a { background-color: rgb(201,39,175); }
div.DivClassName
{
background-color: #C927AF;
}
.BgClassName
{
background-color: #C927AF;
}
</style>
border-color css
<style>
span { border-color: #C927AF; }
span { border-color: rgb(201,39,175); }
td.TdClassName
{
border-color: #C927AF;
}
.TagClassName
{
border-color: #C927AF;
}
</style>