Shades of Medium Violet Red #C827A3
Tints of Medium Violet Red #C827A3
RGB
CMYK
RGB Variations
Color information
#C827A3 (or 0xC827A3) is known color: Medium Violet Red. HEX triplet: C8, 27 and A3. RGB value is (200,39,163). Sum of RGB (Red+Green+Blue) = 200+39+163=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C827A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C827A3 is #37D85C. Grayscale: #646464. Windows color (decimal): -3659869 or 10692552. OLE color: 10692552.
HSL color Cylindrical-coordinate representation of color #C827A3: hue angle of 313.79º 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 #C827A3 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 163 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.22 |
| HSL | 313.79º | 0.67% | 0.47% | - |
| HSV(B) | 313.79º | 0.81% | 0.78% | - |
| XYZ | 31.16 | 16.37 | 36.17 | - |
| YUV | 101.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 163 | 0 | 0.80 | 0.18 | 0.22 | 313.79 | 0.67 | 0.47 |
| Hex | C8 | 27 | A3 | 0 | 50 | 12 | 16 | 13A | 43 | 2F |
| Octal | 310 | 47 | 243 | 0 | 120 | 22 | 26 | 472 | 103 | 57 |
| Binary | 11001000 | 100111 | 10100011 | 0 | 1010000 | 10010 | 10110 | 100111010 | 1000011 | 101111 |
Color Harmonies of #C827A3
Complementary color
Monochromatic Colors of #C827A3
Black with #C827A3
Text Example
Text Example
White with #C827A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827A3; }
p { color: rgb(200,39,163); }
H1.HeaderClassName
{
color: #C827A3;
}
.AnyTagClassName
{
color: #C827A3;
}
</style>
background-color css
<style>
a { background-color: #C827A3; }
a { background-color: rgb(200,39,163); }
div.DivClassName
{
background-color: #C827A3;
}
.BgClassName
{
background-color: #C827A3;
}
</style>
border-color css
<style>
span { border-color: #C827A3; }
span { border-color: rgb(200,39,163); }
td.TdClassName
{
border-color: #C827A3;
}
.TagClassName
{
border-color: #C827A3;
}
</style>