Shades of Medium Violet Red #C825AA
Tints of Medium Violet Red #C825AA
RGB
CMYK
RGB Variations
Color information
#C825AA (or 0xC825AA) is known color: Medium Violet Red. HEX triplet: C8, 25 and AA. RGB value is (200,37,170). Sum of RGB (Red+Green+Blue) = 200+37+170=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C825AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C825AA is #37DA55. Grayscale: #646464. Windows color (decimal): -3660374 or 11150792. OLE color: 11150792.
HSL color Cylindrical-coordinate representation of color #C825AA: hue angle of 311.04º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C825AA is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 170 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.22 |
| HSL | 311.04º | 0.69% | 0.46% | - |
| HSV(B) | 311.04º | 0.82% | 0.78% | - |
| XYZ | 31.74 | 16.5 | 39.54 | - |
| YUV | 100.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 170 | 0 | 0.82 | 0.15 | 0.22 | 311.04 | 0.69 | 0.46 |
| Hex | C8 | 25 | AA | 0 | 52 | F | 16 | 137 | 45 | 2E |
| Octal | 310 | 45 | 252 | 0 | 122 | 17 | 26 | 467 | 105 | 56 |
| Binary | 11001000 | 100101 | 10101010 | 0 | 1010010 | 1111 | 10110 | 100110111 | 1000101 | 101110 |
Color Harmonies of #C825AA
Complementary color
Monochromatic Colors of #C825AA
Black with #C825AA
Text Example
Text Example
White with #C825AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825AA; }
p { color: rgb(200,37,170); }
H1.HeaderClassName
{
color: #C825AA;
}
.AnyTagClassName
{
color: #C825AA;
}
</style>
background-color css
<style>
a { background-color: #C825AA; }
a { background-color: rgb(200,37,170); }
div.DivClassName
{
background-color: #C825AA;
}
.BgClassName
{
background-color: #C825AA;
}
</style>
border-color css
<style>
span { border-color: #C825AA; }
span { border-color: rgb(200,37,170); }
td.TdClassName
{
border-color: #C825AA;
}
.TagClassName
{
border-color: #C825AA;
}
</style>