Shades of Medium Violet Red #C818AA
Tints of Medium Violet Red #C818AA
RGB
CMYK
RGB Variations
Color information
#C818AA (or 0xC818AA) is known color: Medium Violet Red. HEX triplet: C8, 18 and AA. RGB value is (200,24,170). Sum of RGB (Red+Green+Blue) = 200+24+170=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C818AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C818AA is #37E755. Grayscale: #5C5C5C. Windows color (decimal): -3663702 or 11147464. OLE color: 11147464.
HSL color Cylindrical-coordinate representation of color #C818AA: hue angle of 310.23º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C818AA is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 170 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.22 |
| HSL | 310.23º | 0.79% | 0.44% | - |
| HSV(B) | 310.23º | 0.88% | 0.78% | - |
| XYZ | 31.4 | 15.83 | 39.43 | - |
| YUV | 93.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 170 | 0 | 0.88 | 0.15 | 0.22 | 310.23 | 0.79 | 0.44 |
| Hex | C8 | 18 | AA | 0 | 58 | F | 16 | 136 | 4F | 2C |
| Octal | 310 | 30 | 252 | 0 | 130 | 17 | 26 | 466 | 117 | 54 |
| Binary | 11001000 | 11000 | 10101010 | 0 | 1011000 | 1111 | 10110 | 100110110 | 1001111 | 101100 |
Color Harmonies of #C818AA
Complementary color
Monochromatic Colors of #C818AA
Black with #C818AA
Text Example
Text Example
White with #C818AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818AA; }
p { color: rgb(200,24,170); }
H1.HeaderClassName
{
color: #C818AA;
}
.AnyTagClassName
{
color: #C818AA;
}
</style>
background-color css
<style>
a { background-color: #C818AA; }
a { background-color: rgb(200,24,170); }
div.DivClassName
{
background-color: #C818AA;
}
.BgClassName
{
background-color: #C818AA;
}
</style>
border-color css
<style>
span { border-color: #C818AA; }
span { border-color: rgb(200,24,170); }
td.TdClassName
{
border-color: #C818AA;
}
.TagClassName
{
border-color: #C818AA;
}
</style>