Shades of Medium Violet Red #C81C8A
Tints of Medium Violet Red #C81C8A
RGB
CMYK
RGB Variations
Color information
#C81C8A (or 0xC81C8A) is known color: Medium Violet Red. HEX triplet: C8, 1C and 8A. RGB value is (200,28,138). Sum of RGB (Red+Green+Blue) = 200+28+138=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81C8A is #37E375. Grayscale: #5B5B5B. Windows color (decimal): -3662710 or 9051336. OLE color: 9051336.
HSL color Cylindrical-coordinate representation of color #C81C8A: hue angle of 321.63º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C8A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 138 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.22 |
| HSL | 321.63º | 0.75% | 0.45% | - |
| HSV(B) | 321.63º | 0.86% | 0.78% | - |
| XYZ | 28.82 | 14.94 | 25.41 | - |
| YUV | 91.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 138 | 0 | 0.86 | 0.31 | 0.22 | 321.63 | 0.75 | 0.45 |
| Hex | C8 | 1C | 8A | 0 | 56 | 1F | 16 | 142 | 4B | 2D |
| Octal | 310 | 34 | 212 | 0 | 126 | 37 | 26 | 502 | 113 | 55 |
| Binary | 11001000 | 11100 | 10001010 | 0 | 1010110 | 11111 | 10110 | 101000010 | 1001011 | 101101 |
Color Harmonies of #C81C8A
Complementary color
Monochromatic Colors of #C81C8A
Black with #C81C8A
Text Example
Text Example
White with #C81C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C8A; }
p { color: rgb(200,28,138); }
H1.HeaderClassName
{
color: #C81C8A;
}
.AnyTagClassName
{
color: #C81C8A;
}
</style>
background-color css
<style>
a { background-color: #C81C8A; }
a { background-color: rgb(200,28,138); }
div.DivClassName
{
background-color: #C81C8A;
}
.BgClassName
{
background-color: #C81C8A;
}
</style>
border-color css
<style>
span { border-color: #C81C8A; }
span { border-color: rgb(200,28,138); }
td.TdClassName
{
border-color: #C81C8A;
}
.TagClassName
{
border-color: #C81C8A;
}
</style>