Shades of Medium Violet Red #CB017F
Tints of Medium Violet Red #CB017F
RGB
CMYK
RGB Variations
Color information
#CB017F (or 0xCB017F) is known color: Medium Violet Red. HEX triplet: CB, 01 and 7F. RGB value is (203,1,127). Sum of RGB (Red+Green+Blue) = 203+1+127=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB017F is #34FE80. Grayscale: #4B4B4B. Windows color (decimal): -3473025 or 8323531. OLE color: 8323531.
HSL color Cylindrical-coordinate representation of color #CB017F: hue angle of 322.57º 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 #CB017F is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.20 |
| HSL | 322.57º | 0.99% | 0.4% | - |
| HSV(B) | 322.57º | 1% | 0.8% | - |
| XYZ | 28.47 | 14.25 | 21.33 | - |
| YUV | 75.76 | 156.92 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 127 | 0 | 1.00 | 0.37 | 0.20 | 322.57 | 0.99 | 0.4 |
| Hex | CB | 1 | 7F | 0 | 64 | 25 | 14 | 143 | 63 | 28 |
| Octal | 313 | 1 | 177 | 0 | 144 | 45 | 24 | 503 | 143 | 50 |
| Binary | 11001011 | 1 | 1111111 | 0 | 1100100 | 100101 | 10100 | 101000011 | 1100011 | 101000 |
Color Harmonies of #CB017F
Complementary color
Monochromatic Colors of #CB017F
Black with #CB017F
Text Example
Text Example
White with #CB017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB017F; }
p { color: rgb(203,1,127); }
H1.HeaderClassName
{
color: #CB017F;
}
.AnyTagClassName
{
color: #CB017F;
}
</style>
background-color css
<style>
a { background-color: #CB017F; }
a { background-color: rgb(203,1,127); }
div.DivClassName
{
background-color: #CB017F;
}
.BgClassName
{
background-color: #CB017F;
}
</style>
border-color css
<style>
span { border-color: #CB017F; }
span { border-color: rgb(203,1,127); }
td.TdClassName
{
border-color: #CB017F;
}
.TagClassName
{
border-color: #CB017F;
}
</style>