Shades of Medium Violet Red #CB05A1
Tints of Medium Violet Red #CB05A1
RGB
CMYK
RGB Variations
Color information
#CB05A1 (or 0xCB05A1) is known color: Medium Violet Red. HEX triplet: CB, 05 and A1. RGB value is (203,5,161). Sum of RGB (Red+Green+Blue) = 203+5+161=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB05A1 is #34FA5E. Grayscale: #515151. Windows color (decimal): -3471967 or 10552779. OLE color: 10552779.
HSL color Cylindrical-coordinate representation of color #CB05A1: hue angle of 312.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05A1 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 161 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.20 |
| HSL | 312.73º | 0.95% | 0.41% | - |
| HSV(B) | 312.73º | 0.98% | 0.8% | - |
| XYZ | 31.12 | 15.38 | 35.05 | - |
| YUV | 81.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 161 | 0 | 0.98 | 0.21 | 0.20 | 312.73 | 0.95 | 0.41 |
| Hex | CB | 5 | A1 | 0 | 62 | 15 | 14 | 139 | 5F | 29 |
| Octal | 313 | 5 | 241 | 0 | 142 | 25 | 24 | 471 | 137 | 51 |
| Binary | 11001011 | 101 | 10100001 | 0 | 1100010 | 10101 | 10100 | 100111001 | 1011111 | 101001 |
Color Harmonies of #CB05A1
Complementary color
Monochromatic Colors of #CB05A1
Black with #CB05A1
Text Example
Text Example
White with #CB05A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05A1; }
p { color: rgb(203,5,161); }
H1.HeaderClassName
{
color: #CB05A1;
}
.AnyTagClassName
{
color: #CB05A1;
}
</style>
background-color css
<style>
a { background-color: #CB05A1; }
a { background-color: rgb(203,5,161); }
div.DivClassName
{
background-color: #CB05A1;
}
.BgClassName
{
background-color: #CB05A1;
}
</style>
border-color css
<style>
span { border-color: #CB05A1; }
span { border-color: rgb(203,5,161); }
td.TdClassName
{
border-color: #CB05A1;
}
.TagClassName
{
border-color: #CB05A1;
}
</style>