Shades of Medium Violet Red #CB017C
Tints of Medium Violet Red #CB017C
RGB
CMYK
RGB Variations
Color information
#CB017C (or 0xCB017C) is known color: Medium Violet Red. HEX triplet: CB, 01 and 7C. RGB value is (203,1,124). Sum of RGB (Red+Green+Blue) = 203+1+124=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB017C is #34FE83. Grayscale: #4B4B4B. Windows color (decimal): -3473028 or 8126923. OLE color: 8126923.
HSL color Cylindrical-coordinate representation of color #CB017C: hue angle of 323.47º 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 #CB017C is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.20 |
| HSL | 323.47º | 0.99% | 0.4% | - |
| HSV(B) | 323.47º | 1% | 0.8% | - |
| XYZ | 28.28 | 14.17 | 20.31 | - |
| YUV | 75.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 124 | 0 | 1.00 | 0.39 | 0.20 | 323.47 | 0.99 | 0.4 |
| Hex | CB | 1 | 7C | 0 | 64 | 27 | 14 | 143 | 63 | 28 |
| Octal | 313 | 1 | 174 | 0 | 144 | 47 | 24 | 503 | 143 | 50 |
| Binary | 11001011 | 1 | 1111100 | 0 | 1100100 | 100111 | 10100 | 101000011 | 1100011 | 101000 |
Color Harmonies of #CB017C
Complementary color
Monochromatic Colors of #CB017C
Black with #CB017C
Text Example
Text Example
White with #CB017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB017C; }
p { color: rgb(203,1,124); }
H1.HeaderClassName
{
color: #CB017C;
}
.AnyTagClassName
{
color: #CB017C;
}
</style>
background-color css
<style>
a { background-color: #CB017C; }
a { background-color: rgb(203,1,124); }
div.DivClassName
{
background-color: #CB017C;
}
.BgClassName
{
background-color: #CB017C;
}
</style>
border-color css
<style>
span { border-color: #CB017C; }
span { border-color: rgb(203,1,124); }
td.TdClassName
{
border-color: #CB017C;
}
.TagClassName
{
border-color: #CB017C;
}
</style>