Shades of Medium Violet Red #C825AB
Tints of Medium Violet Red #C825AB
RGB
CMYK
RGB Variations
Color information
#C825AB (or 0xC825AB) is known color: Medium Violet Red. HEX triplet: C8, 25 and AB. RGB value is (200,37,171). Sum of RGB (Red+Green+Blue) = 200+37+171=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C825AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C825AB is #37DA54. Grayscale: #646464. Windows color (decimal): -3660373 or 11216328. OLE color: 11216328.
HSL color Cylindrical-coordinate representation of color #C825AB: hue angle of 310.67º 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 #C825AB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 171 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.22 |
| HSL | 310.67º | 0.69% | 0.46% | - |
| HSV(B) | 310.67º | 0.82% | 0.78% | - |
| XYZ | 31.83 | 16.54 | 40.04 | - |
| YUV | 101.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 171 | 0 | 0.82 | 0.14 | 0.22 | 310.67 | 0.69 | 0.46 |
| Hex | C8 | 25 | AB | 0 | 52 | E | 16 | 137 | 45 | 2E |
| Octal | 310 | 45 | 253 | 0 | 122 | 16 | 26 | 467 | 105 | 56 |
| Binary | 11001000 | 100101 | 10101011 | 0 | 1010010 | 1110 | 10110 | 100110111 | 1000101 | 101110 |
Color Harmonies of #C825AB
Complementary color
Monochromatic Colors of #C825AB
Black with #C825AB
Text Example
Text Example
White with #C825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825AB; }
p { color: rgb(200,37,171); }
H1.HeaderClassName
{
color: #C825AB;
}
.AnyTagClassName
{
color: #C825AB;
}
</style>
background-color css
<style>
a { background-color: #C825AB; }
a { background-color: rgb(200,37,171); }
div.DivClassName
{
background-color: #C825AB;
}
.BgClassName
{
background-color: #C825AB;
}
</style>
border-color css
<style>
span { border-color: #C825AB; }
span { border-color: rgb(200,37,171); }
td.TdClassName
{
border-color: #C825AB;
}
.TagClassName
{
border-color: #C825AB;
}
</style>