Shades of Medium Violet Red #C8026B
Tints of Medium Violet Red #C8026B
RGB
CMYK
RGB Variations
Color information
#C8026B (or 0xC8026B) is known color: Medium Violet Red. HEX triplet: C8, 02 and 6B. RGB value is (200,2,107). Sum of RGB (Red+Green+Blue) = 200+2+107=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8026B is #37FD94. Grayscale: #484848. Windows color (decimal): -3669397 or 7013064. OLE color: 7013064.
HSL color Cylindrical-coordinate representation of color #C8026B: hue angle of 328.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8026B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.22 |
| HSL | 328.18º | 0.98% | 0.4% | - |
| HSV(B) | 328.18º | 0.99% | 0.78% | - |
| XYZ | 26.49 | 13.38 | 15.1 | - |
| YUV | 73.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 107 | 0 | 0.99 | 0.46 | 0.22 | 328.18 | 0.98 | 0.4 |
| Hex | C8 | 2 | 6B | 0 | 63 | 2E | 16 | 148 | 62 | 28 |
| Octal | 310 | 2 | 153 | 0 | 143 | 56 | 26 | 510 | 142 | 50 |
| Binary | 11001000 | 10 | 1101011 | 0 | 1100011 | 101110 | 10110 | 101001000 | 1100010 | 101000 |
Color Harmonies of #C8026B
Complementary color
Monochromatic Colors of #C8026B
Black with #C8026B
Text Example
Text Example
White with #C8026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8026B; }
p { color: rgb(200,2,107); }
H1.HeaderClassName
{
color: #C8026B;
}
.AnyTagClassName
{
color: #C8026B;
}
</style>
background-color css
<style>
a { background-color: #C8026B; }
a { background-color: rgb(200,2,107); }
div.DivClassName
{
background-color: #C8026B;
}
.BgClassName
{
background-color: #C8026B;
}
</style>
border-color css
<style>
span { border-color: #C8026B; }
span { border-color: rgb(200,2,107); }
td.TdClassName
{
border-color: #C8026B;
}
.TagClassName
{
border-color: #C8026B;
}
</style>