Shades of Medium Violet Red #CB0F78
Tints of Medium Violet Red #CB0F78
RGB
CMYK
RGB Variations
Color information
#CB0F78 (or 0xCB0F78) is known color: Medium Violet Red. HEX triplet: CB, 0F and 78. RGB value is (203,15,120). Sum of RGB (Red+Green+Blue) = 203+15+120=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F78 is #34F087. Grayscale: #525252. Windows color (decimal): -3469448 or 7868363. OLE color: 7868363.
HSL color Cylindrical-coordinate representation of color #CB0F78: hue angle of 326.49º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0F78 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.20 |
| HSL | 326.49º | 0.86% | 0.43% | - |
| HSV(B) | 326.49º | 0.93% | 0.8% | - |
| XYZ | 28.19 | 14.39 | 19.06 | - |
| YUV | 83.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 120 | 0 | 0.93 | 0.41 | 0.20 | 326.49 | 0.86 | 0.43 |
| Hex | CB | F | 78 | 0 | 5D | 29 | 14 | 146 | 56 | 2B |
| Octal | 313 | 17 | 170 | 0 | 135 | 51 | 24 | 506 | 126 | 53 |
| Binary | 11001011 | 1111 | 1111000 | 0 | 1011101 | 101001 | 10100 | 101000110 | 1010110 | 101011 |
Color Harmonies of #CB0F78
Complementary color
Monochromatic Colors of #CB0F78
Black with #CB0F78
Text Example
Text Example
White with #CB0F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F78; }
p { color: rgb(203,15,120); }
H1.HeaderClassName
{
color: #CB0F78;
}
.AnyTagClassName
{
color: #CB0F78;
}
</style>
background-color css
<style>
a { background-color: #CB0F78; }
a { background-color: rgb(203,15,120); }
div.DivClassName
{
background-color: #CB0F78;
}
.BgClassName
{
background-color: #CB0F78;
}
</style>
border-color css
<style>
span { border-color: #CB0F78; }
span { border-color: rgb(203,15,120); }
td.TdClassName
{
border-color: #CB0F78;
}
.TagClassName
{
border-color: #CB0F78;
}
</style>