Shades of Medium Violet Red #CB0878
Tints of Medium Violet Red #CB0878
RGB
CMYK
RGB Variations
Color information
#CB0878 (or 0xCB0878) is known color: Medium Violet Red. HEX triplet: CB, 08 and 78. RGB value is (203,8,120). Sum of RGB (Red+Green+Blue) = 203+8+120=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0878 is #34F787. Grayscale: #4E4E4E. Windows color (decimal): -3471240 or 7866571. OLE color: 7866571.
HSL color Cylindrical-coordinate representation of color #CB0878: hue angle of 325.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0878 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.20 |
| HSL | 325.54º | 0.92% | 0.41% | - |
| HSV(B) | 325.54º | 0.96% | 0.8% | - |
| XYZ | 28.11 | 14.23 | 19.03 | - |
| YUV | 79.07 | 151.1 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 120 | 0 | 0.96 | 0.41 | 0.20 | 325.54 | 0.92 | 0.41 |
| Hex | CB | 8 | 78 | 0 | 60 | 29 | 14 | 146 | 5C | 29 |
| Octal | 313 | 10 | 170 | 0 | 140 | 51 | 24 | 506 | 134 | 51 |
| Binary | 11001011 | 1000 | 1111000 | 0 | 1100000 | 101001 | 10100 | 101000110 | 1011100 | 101001 |
Color Harmonies of #CB0878
Complementary color
Monochromatic Colors of #CB0878
Black with #CB0878
Text Example
Text Example
White with #CB0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0878; }
p { color: rgb(203,8,120); }
H1.HeaderClassName
{
color: #CB0878;
}
.AnyTagClassName
{
color: #CB0878;
}
</style>
background-color css
<style>
a { background-color: #CB0878; }
a { background-color: rgb(203,8,120); }
div.DivClassName
{
background-color: #CB0878;
}
.BgClassName
{
background-color: #CB0878;
}
</style>
border-color css
<style>
span { border-color: #CB0878; }
span { border-color: rgb(203,8,120); }
td.TdClassName
{
border-color: #CB0878;
}
.TagClassName
{
border-color: #CB0878;
}
</style>