Shades of Medium Violet Red #CB0172
Tints of Medium Violet Red #CB0172
RGB
CMYK
RGB Variations
Color information
#CB0172 (or 0xCB0172) is known color: Medium Violet Red. HEX triplet: CB, 01 and 72. RGB value is (203,1,114). Sum of RGB (Red+Green+Blue) = 203+1+114=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0172 is #34FE8D. Grayscale: #4A4A4A. Windows color (decimal): -3473038 or 7471563. OLE color: 7471563.
HSL color Cylindrical-coordinate representation of color #CB0172: hue angle of 326.44º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0172 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.20 |
| HSL | 326.44º | 0.99% | 0.4% | - |
| HSV(B) | 326.44º | 1% | 0.8% | - |
| XYZ | 27.68 | 13.93 | 17.15 | - |
| YUV | 74.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 114 | 0 | 1.00 | 0.44 | 0.20 | 326.44 | 0.99 | 0.4 |
| Hex | CB | 1 | 72 | 0 | 64 | 2C | 14 | 146 | 63 | 28 |
| Octal | 313 | 1 | 162 | 0 | 144 | 54 | 24 | 506 | 143 | 50 |
| Binary | 11001011 | 1 | 1110010 | 0 | 1100100 | 101100 | 10100 | 101000110 | 1100011 | 101000 |
Color Harmonies of #CB0172
Complementary color
Monochromatic Colors of #CB0172
Black with #CB0172
Text Example
Text Example
White with #CB0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0172; }
p { color: rgb(203,1,114); }
H1.HeaderClassName
{
color: #CB0172;
}
.AnyTagClassName
{
color: #CB0172;
}
</style>
background-color css
<style>
a { background-color: #CB0172; }
a { background-color: rgb(203,1,114); }
div.DivClassName
{
background-color: #CB0172;
}
.BgClassName
{
background-color: #CB0172;
}
</style>
border-color css
<style>
span { border-color: #CB0172; }
span { border-color: rgb(203,1,114); }
td.TdClassName
{
border-color: #CB0172;
}
.TagClassName
{
border-color: #CB0172;
}
</style>