Shades of Medium Violet Red #C822A8
Tints of Medium Violet Red #C822A8
RGB
CMYK
RGB Variations
Color information
#C822A8 (or 0xC822A8) is known color: Medium Violet Red. HEX triplet: C8, 22 and A8. RGB value is (200,34,168). Sum of RGB (Red+Green+Blue) = 200+34+168=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C822A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C822A8 is #37DD57. Grayscale: #626262. Windows color (decimal): -3661144 or 11018952. OLE color: 11018952.
HSL color Cylindrical-coordinate representation of color #C822A8: hue angle of 311.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C822A8 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 168 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.22 |
| HSL | 311.57º | 0.71% | 0.46% | - |
| HSV(B) | 311.57º | 0.83% | 0.78% | - |
| XYZ | 31.46 | 16.25 | 38.52 | - |
| YUV | 98.91 | 167 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 168 | 0 | 0.83 | 0.16 | 0.22 | 311.57 | 0.71 | 0.46 |
| Hex | C8 | 22 | A8 | 0 | 53 | 10 | 16 | 138 | 47 | 2E |
| Octal | 310 | 42 | 250 | 0 | 123 | 20 | 26 | 470 | 107 | 56 |
| Binary | 11001000 | 100010 | 10101000 | 0 | 1010011 | 10000 | 10110 | 100111000 | 1000111 | 101110 |
Color Harmonies of #C822A8
Complementary color
Monochromatic Colors of #C822A8
Black with #C822A8
Text Example
Text Example
White with #C822A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822A8; }
p { color: rgb(200,34,168); }
H1.HeaderClassName
{
color: #C822A8;
}
.AnyTagClassName
{
color: #C822A8;
}
</style>
background-color css
<style>
a { background-color: #C822A8; }
a { background-color: rgb(200,34,168); }
div.DivClassName
{
background-color: #C822A8;
}
.BgClassName
{
background-color: #C822A8;
}
</style>
border-color css
<style>
span { border-color: #C822A8; }
span { border-color: rgb(200,34,168); }
td.TdClassName
{
border-color: #C822A8;
}
.TagClassName
{
border-color: #C822A8;
}
</style>