Shades of Medium Violet Red #C827AB
Tints of Medium Violet Red #C827AB
RGB
CMYK
RGB Variations
Color information
#C827AB (or 0xC827AB) is known color: Medium Violet Red. HEX triplet: C8, 27 and AB. RGB value is (200,39,171). Sum of RGB (Red+Green+Blue) = 200+39+171=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C827AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827AB is #37D854. Grayscale: #656565. Windows color (decimal): -3659861 or 11216840. OLE color: 11216840.
HSL color Cylindrical-coordinate representation of color #C827AB: hue angle of 310.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827AB is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 171 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.22 |
| HSL | 310.81º | 0.67% | 0.47% | - |
| HSV(B) | 310.81º | 0.81% | 0.78% | - |
| XYZ | 31.9 | 16.67 | 40.06 | - |
| YUV | 102.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 171 | 0 | 0.80 | 0.14 | 0.22 | 310.81 | 0.67 | 0.47 |
| Hex | C8 | 27 | AB | 0 | 50 | E | 16 | 137 | 43 | 2F |
| Octal | 310 | 47 | 253 | 0 | 120 | 16 | 26 | 467 | 103 | 57 |
| Binary | 11001000 | 100111 | 10101011 | 0 | 1010000 | 1110 | 10110 | 100110111 | 1000011 | 101111 |
Color Harmonies of #C827AB
Complementary color
Monochromatic Colors of #C827AB
Black with #C827AB
Text Example
Text Example
White with #C827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827AB; }
p { color: rgb(200,39,171); }
H1.HeaderClassName
{
color: #C827AB;
}
.AnyTagClassName
{
color: #C827AB;
}
</style>
background-color css
<style>
a { background-color: #C827AB; }
a { background-color: rgb(200,39,171); }
div.DivClassName
{
background-color: #C827AB;
}
.BgClassName
{
background-color: #C827AB;
}
</style>
border-color css
<style>
span { border-color: #C827AB; }
span { border-color: rgb(200,39,171); }
td.TdClassName
{
border-color: #C827AB;
}
.TagClassName
{
border-color: #C827AB;
}
</style>