Shades of Medium Violet Red #CB018F
Tints of Medium Violet Red #CB018F
RGB
CMYK
RGB Variations
Color information
#CB018F (or 0xCB018F) is known color: Medium Violet Red. HEX triplet: CB, 01 and 8F. RGB value is (203,1,143). Sum of RGB (Red+Green+Blue) = 203+1+143=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB018F is #34FE70. Grayscale: #4D4D4D. Windows color (decimal): -3473009 or 9372107. OLE color: 9372107.
HSL color Cylindrical-coordinate representation of color #CB018F: hue angle of 317.82º 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 #CB018F is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.20 |
| HSL | 317.82º | 0.99% | 0.4% | - |
| HSV(B) | 317.82º | 1% | 0.8% | - |
| XYZ | 29.6 | 14.7 | 27.26 | - |
| YUV | 77.59 | 164.92 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 143 | 0 | 1.00 | 0.30 | 0.20 | 317.82 | 0.99 | 0.4 |
| Hex | CB | 1 | 8F | 0 | 64 | 1E | 14 | 13E | 63 | 28 |
| Octal | 313 | 1 | 217 | 0 | 144 | 36 | 24 | 476 | 143 | 50 |
| Binary | 11001011 | 1 | 10001111 | 0 | 1100100 | 11110 | 10100 | 100111110 | 1100011 | 101000 |
Color Harmonies of #CB018F
Complementary color
Monochromatic Colors of #CB018F
Black with #CB018F
Text Example
Text Example
White with #CB018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB018F; }
p { color: rgb(203,1,143); }
H1.HeaderClassName
{
color: #CB018F;
}
.AnyTagClassName
{
color: #CB018F;
}
</style>
background-color css
<style>
a { background-color: #CB018F; }
a { background-color: rgb(203,1,143); }
div.DivClassName
{
background-color: #CB018F;
}
.BgClassName
{
background-color: #CB018F;
}
</style>
border-color css
<style>
span { border-color: #CB018F; }
span { border-color: rgb(203,1,143); }
td.TdClassName
{
border-color: #CB018F;
}
.TagClassName
{
border-color: #CB018F;
}
</style>