Shades of Medium Violet Red #CB017A
Tints of Medium Violet Red #CB017A
RGB
CMYK
RGB Variations
Color information
#CB017A (or 0xCB017A) is known color: Medium Violet Red. HEX triplet: CB, 01 and 7A. RGB value is (203,1,122). Sum of RGB (Red+Green+Blue) = 203+1+122=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB017A is #34FE85. Grayscale: #4A4A4A. Windows color (decimal): -3473030 or 7995851. OLE color: 7995851.
HSL color Cylindrical-coordinate representation of color #CB017A: hue angle of 324.06º 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 #CB017A is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.20 |
| HSL | 324.06º | 0.99% | 0.4% | - |
| HSV(B) | 324.06º | 1% | 0.8% | - |
| XYZ | 28.15 | 14.12 | 19.65 | - |
| YUV | 75.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 122 | 0 | 1.00 | 0.40 | 0.20 | 324.06 | 0.99 | 0.4 |
| Hex | CB | 1 | 7A | 0 | 64 | 28 | 14 | 144 | 63 | 28 |
| Octal | 313 | 1 | 172 | 0 | 144 | 50 | 24 | 504 | 143 | 50 |
| Binary | 11001011 | 1 | 1111010 | 0 | 1100100 | 101000 | 10100 | 101000100 | 1100011 | 101000 |
Color Harmonies of #CB017A
Complementary color
Monochromatic Colors of #CB017A
Black with #CB017A
Text Example
Text Example
White with #CB017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB017A; }
p { color: rgb(203,1,122); }
H1.HeaderClassName
{
color: #CB017A;
}
.AnyTagClassName
{
color: #CB017A;
}
</style>
background-color css
<style>
a { background-color: #CB017A; }
a { background-color: rgb(203,1,122); }
div.DivClassName
{
background-color: #CB017A;
}
.BgClassName
{
background-color: #CB017A;
}
</style>
border-color css
<style>
span { border-color: #CB017A; }
span { border-color: rgb(203,1,122); }
td.TdClassName
{
border-color: #CB017A;
}
.TagClassName
{
border-color: #CB017A;
}
</style>