Shades of Medium Violet Red #CB0184
Tints of Medium Violet Red #CB0184
RGB
CMYK
RGB Variations
Color information
#CB0184 (or 0xCB0184) is known color: Medium Violet Red. HEX triplet: CB, 01 and 84. RGB value is (203,1,132). Sum of RGB (Red+Green+Blue) = 203+1+132=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0184 is #34FE7B. Grayscale: #4C4C4C. Windows color (decimal): -3473020 or 8651211. OLE color: 8651211.
HSL color Cylindrical-coordinate representation of color #CB0184: hue angle of 321.09º 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 #CB0184 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.20 |
| HSL | 321.09º | 0.99% | 0.4% | - |
| HSV(B) | 321.09º | 1% | 0.8% | - |
| XYZ | 28.8 | 14.38 | 23.09 | - |
| YUV | 76.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 132 | 0 | 1.00 | 0.35 | 0.20 | 321.09 | 0.99 | 0.4 |
| Hex | CB | 1 | 84 | 0 | 64 | 23 | 14 | 141 | 63 | 28 |
| Octal | 313 | 1 | 204 | 0 | 144 | 43 | 24 | 501 | 143 | 50 |
| Binary | 11001011 | 1 | 10000100 | 0 | 1100100 | 100011 | 10100 | 101000001 | 1100011 | 101000 |
Color Harmonies of #CB0184
Complementary color
Monochromatic Colors of #CB0184
Black with #CB0184
Text Example
Text Example
White with #CB0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0184; }
p { color: rgb(203,1,132); }
H1.HeaderClassName
{
color: #CB0184;
}
.AnyTagClassName
{
color: #CB0184;
}
</style>
background-color css
<style>
a { background-color: #CB0184; }
a { background-color: rgb(203,1,132); }
div.DivClassName
{
background-color: #CB0184;
}
.BgClassName
{
background-color: #CB0184;
}
</style>
border-color css
<style>
span { border-color: #CB0184; }
span { border-color: rgb(203,1,132); }
td.TdClassName
{
border-color: #CB0184;
}
.TagClassName
{
border-color: #CB0184;
}
</style>