Shades of Medium Violet Red #CB1692
Tints of Medium Violet Red #CB1692
RGB
CMYK
RGB Variations
Color information
#CB1692 (or 0xCB1692) is known color: Medium Violet Red. HEX triplet: CB, 16 and 92. RGB value is (203,22,146). Sum of RGB (Red+Green+Blue) = 203+22+146=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1692 is #34E96D. Grayscale: #595959. Windows color (decimal): -3467630 or 9574091. OLE color: 9574091.
HSL color Cylindrical-coordinate representation of color #CB1692: hue angle of 318.9º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1692 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 146 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.20 |
| HSL | 318.9º | 0.8% | 0.44% | - |
| HSV(B) | 318.9º | 0.89% | 0.8% | - |
| XYZ | 30.1 | 15.35 | 28.57 | - |
| YUV | 90.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 146 | 0 | 0.89 | 0.28 | 0.20 | 318.9 | 0.8 | 0.44 |
| Hex | CB | 16 | 92 | 0 | 59 | 1C | 14 | 13F | 50 | 2C |
| Octal | 313 | 26 | 222 | 0 | 131 | 34 | 24 | 477 | 120 | 54 |
| Binary | 11001011 | 10110 | 10010010 | 0 | 1011001 | 11100 | 10100 | 100111111 | 1010000 | 101100 |
Color Harmonies of #CB1692
Complementary color
Monochromatic Colors of #CB1692
Black with #CB1692
Text Example
Text Example
White with #CB1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1692; }
p { color: rgb(203,22,146); }
H1.HeaderClassName
{
color: #CB1692;
}
.AnyTagClassName
{
color: #CB1692;
}
</style>
background-color css
<style>
a { background-color: #CB1692; }
a { background-color: rgb(203,22,146); }
div.DivClassName
{
background-color: #CB1692;
}
.BgClassName
{
background-color: #CB1692;
}
</style>
border-color css
<style>
span { border-color: #CB1692; }
span { border-color: rgb(203,22,146); }
td.TdClassName
{
border-color: #CB1692;
}
.TagClassName
{
border-color: #CB1692;
}
</style>