Shades of Medium Violet Red #CB017E
Tints of Medium Violet Red #CB017E
RGB
CMYK
RGB Variations
Color information
#CB017E (or 0xCB017E) is known color: Medium Violet Red. HEX triplet: CB, 01 and 7E. RGB value is (203,1,126). Sum of RGB (Red+Green+Blue) = 203+1+126=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB017E is #34FE81. Grayscale: #4B4B4B. Windows color (decimal): -3473026 or 8257995. OLE color: 8257995.
HSL color Cylindrical-coordinate representation of color #CB017E: hue angle of 322.87º 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 #CB017E is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.20 |
| HSL | 322.87º | 0.99% | 0.4% | - |
| HSV(B) | 322.87º | 1% | 0.8% | - |
| XYZ | 28.41 | 14.22 | 20.99 | - |
| YUV | 75.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 126 | 0 | 1.00 | 0.38 | 0.20 | 322.87 | 0.99 | 0.4 |
| Hex | CB | 1 | 7E | 0 | 64 | 26 | 14 | 143 | 63 | 28 |
| Octal | 313 | 1 | 176 | 0 | 144 | 46 | 24 | 503 | 143 | 50 |
| Binary | 11001011 | 1 | 1111110 | 0 | 1100100 | 100110 | 10100 | 101000011 | 1100011 | 101000 |
Color Harmonies of #CB017E
Complementary color
Monochromatic Colors of #CB017E
Black with #CB017E
Text Example
Text Example
White with #CB017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB017E; }
p { color: rgb(203,1,126); }
H1.HeaderClassName
{
color: #CB017E;
}
.AnyTagClassName
{
color: #CB017E;
}
</style>
background-color css
<style>
a { background-color: #CB017E; }
a { background-color: rgb(203,1,126); }
div.DivClassName
{
background-color: #CB017E;
}
.BgClassName
{
background-color: #CB017E;
}
</style>
border-color css
<style>
span { border-color: #CB017E; }
span { border-color: rgb(203,1,126); }
td.TdClassName
{
border-color: #CB017E;
}
.TagClassName
{
border-color: #CB017E;
}
</style>