Shades of Medium Violet Red #CB0C8E
Tints of Medium Violet Red #CB0C8E
RGB
CMYK
RGB Variations
Color information
#CB0C8E (or 0xCB0C8E) is known color: Medium Violet Red. HEX triplet: CB, 0C and 8E. RGB value is (203,12,142). Sum of RGB (Red+Green+Blue) = 203+12+142=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0C8E is #34F371. Grayscale: #535353. Windows color (decimal): -3470194 or 9309387. OLE color: 9309387.
HSL color Cylindrical-coordinate representation of color #CB0C8E: hue angle of 319.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C8E is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 142 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.20 |
| HSL | 319.16º | 0.89% | 0.42% | - |
| HSV(B) | 319.16º | 0.94% | 0.8% | - |
| XYZ | 29.64 | 14.91 | 26.91 | - |
| YUV | 83.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 142 | 0 | 0.94 | 0.30 | 0.20 | 319.16 | 0.89 | 0.42 |
| Hex | CB | C | 8E | 0 | 5E | 1E | 14 | 13F | 59 | 2A |
| Octal | 313 | 14 | 216 | 0 | 136 | 36 | 24 | 477 | 131 | 52 |
| Binary | 11001011 | 1100 | 10001110 | 0 | 1011110 | 11110 | 10100 | 100111111 | 1011001 | 101010 |
Color Harmonies of #CB0C8E
Complementary color
Monochromatic Colors of #CB0C8E
Black with #CB0C8E
Text Example
Text Example
White with #CB0C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C8E; }
p { color: rgb(203,12,142); }
H1.HeaderClassName
{
color: #CB0C8E;
}
.AnyTagClassName
{
color: #CB0C8E;
}
</style>
background-color css
<style>
a { background-color: #CB0C8E; }
a { background-color: rgb(203,12,142); }
div.DivClassName
{
background-color: #CB0C8E;
}
.BgClassName
{
background-color: #CB0C8E;
}
</style>
border-color css
<style>
span { border-color: #CB0C8E; }
span { border-color: rgb(203,12,142); }
td.TdClassName
{
border-color: #CB0C8E;
}
.TagClassName
{
border-color: #CB0C8E;
}
</style>