Shades of Medium Violet Red #CB018A
Tints of Medium Violet Red #CB018A
RGB
CMYK
RGB Variations
Color information
#CB018A (or 0xCB018A) is known color: Medium Violet Red. HEX triplet: CB, 01 and 8A. RGB value is (203,1,138). Sum of RGB (Red+Green+Blue) = 203+1+138=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB018A is #34FE75. Grayscale: #4C4C4C. Windows color (decimal): -3473014 or 9044427. OLE color: 9044427.
HSL color Cylindrical-coordinate representation of color #CB018A: hue angle of 319.31º 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 #CB018A is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.20 |
| HSL | 319.31º | 0.99% | 0.4% | - |
| HSV(B) | 319.31º | 1% | 0.8% | - |
| XYZ | 29.23 | 14.55 | 25.31 | - |
| YUV | 77.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 138 | 0 | 1.00 | 0.32 | 0.20 | 319.31 | 0.99 | 0.4 |
| Hex | CB | 1 | 8A | 0 | 64 | 20 | 14 | 13F | 63 | 28 |
| Octal | 313 | 1 | 212 | 0 | 144 | 40 | 24 | 477 | 143 | 50 |
| Binary | 11001011 | 1 | 10001010 | 0 | 1100100 | 100000 | 10100 | 100111111 | 1100011 | 101000 |
Color Harmonies of #CB018A
Complementary color
Monochromatic Colors of #CB018A
Black with #CB018A
Text Example
Text Example
White with #CB018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB018A; }
p { color: rgb(203,1,138); }
H1.HeaderClassName
{
color: #CB018A;
}
.AnyTagClassName
{
color: #CB018A;
}
</style>
background-color css
<style>
a { background-color: #CB018A; }
a { background-color: rgb(203,1,138); }
div.DivClassName
{
background-color: #CB018A;
}
.BgClassName
{
background-color: #CB018A;
}
</style>
border-color css
<style>
span { border-color: #CB018A; }
span { border-color: rgb(203,1,138); }
td.TdClassName
{
border-color: #CB018A;
}
.TagClassName
{
border-color: #CB018A;
}
</style>