Shades of Medium Violet Red #C827A2
Tints of Medium Violet Red #C827A2
RGB
CMYK
RGB Variations
Color information
#C827A2 (or 0xC827A2) is known color: Medium Violet Red. HEX triplet: C8, 27 and A2. RGB value is (200,39,162). Sum of RGB (Red+Green+Blue) = 200+39+162=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C827A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827A2 is #37D85D. Grayscale: #646464. Windows color (decimal): -3659870 or 10627016. OLE color: 10627016.
HSL color Cylindrical-coordinate representation of color #C827A2: hue angle of 314.16º 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 #C827A2 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 162 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.22 |
| HSL | 314.16º | 0.67% | 0.47% | - |
| HSV(B) | 314.16º | 0.81% | 0.78% | - |
| XYZ | 31.07 | 16.34 | 35.7 | - |
| YUV | 101.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 162 | 0 | 0.80 | 0.19 | 0.22 | 314.16 | 0.67 | 0.47 |
| Hex | C8 | 27 | A2 | 0 | 50 | 13 | 16 | 13A | 43 | 2F |
| Octal | 310 | 47 | 242 | 0 | 120 | 23 | 26 | 472 | 103 | 57 |
| Binary | 11001000 | 100111 | 10100010 | 0 | 1010000 | 10011 | 10110 | 100111010 | 1000011 | 101111 |
Color Harmonies of #C827A2
Complementary color
Monochromatic Colors of #C827A2
Black with #C827A2
Text Example
Text Example
White with #C827A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827A2; }
p { color: rgb(200,39,162); }
H1.HeaderClassName
{
color: #C827A2;
}
.AnyTagClassName
{
color: #C827A2;
}
</style>
background-color css
<style>
a { background-color: #C827A2; }
a { background-color: rgb(200,39,162); }
div.DivClassName
{
background-color: #C827A2;
}
.BgClassName
{
background-color: #C827A2;
}
</style>
border-color css
<style>
span { border-color: #C827A2; }
span { border-color: rgb(200,39,162); }
td.TdClassName
{
border-color: #C827A2;
}
.TagClassName
{
border-color: #C827A2;
}
</style>