Shades of Medium Violet Red #CB0DA1
Tints of Medium Violet Red #CB0DA1
RGB
CMYK
RGB Variations
Color information
#CB0DA1 (or 0xCB0DA1) is known color: Medium Violet Red. HEX triplet: CB, 0D and A1. RGB value is (203,13,161). Sum of RGB (Red+Green+Blue) = 203+13+161=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0DA1 is #34F25E. Grayscale: #565656. Windows color (decimal): -3469919 or 10554827. OLE color: 10554827.
HSL color Cylindrical-coordinate representation of color #CB0DA1: hue angle of 313.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0DA1 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 161 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.20 |
| HSL | 313.26º | 0.88% | 0.42% | - |
| HSV(B) | 313.26º | 0.94% | 0.8% | - |
| XYZ | 31.21 | 15.56 | 35.08 | - |
| YUV | 86.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 161 | 0 | 0.94 | 0.21 | 0.20 | 313.26 | 0.88 | 0.42 |
| Hex | CB | D | A1 | 0 | 5E | 15 | 14 | 139 | 58 | 2A |
| Octal | 313 | 15 | 241 | 0 | 136 | 25 | 24 | 471 | 130 | 52 |
| Binary | 11001011 | 1101 | 10100001 | 0 | 1011110 | 10101 | 10100 | 100111001 | 1011000 | 101010 |
Color Harmonies of #CB0DA1
Complementary color
Monochromatic Colors of #CB0DA1
Black with #CB0DA1
Text Example
Text Example
White with #CB0DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DA1; }
p { color: rgb(203,13,161); }
H1.HeaderClassName
{
color: #CB0DA1;
}
.AnyTagClassName
{
color: #CB0DA1;
}
</style>
background-color css
<style>
a { background-color: #CB0DA1; }
a { background-color: rgb(203,13,161); }
div.DivClassName
{
background-color: #CB0DA1;
}
.BgClassName
{
background-color: #CB0DA1;
}
</style>
border-color css
<style>
span { border-color: #CB0DA1; }
span { border-color: rgb(203,13,161); }
td.TdClassName
{
border-color: #CB0DA1;
}
.TagClassName
{
border-color: #CB0DA1;
}
</style>