Shades of Medium Violet Red #CB038F
Tints of Medium Violet Red #CB038F
RGB
CMYK
RGB Variations
Color information
#CB038F (or 0xCB038F) is known color: Medium Violet Red. HEX triplet: CB, 03 and 8F. RGB value is (203,3,143). Sum of RGB (Red+Green+Blue) = 203+3+143=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB038F is #34FC70. Grayscale: #4E4E4E. Windows color (decimal): -3472497 or 9372619. OLE color: 9372619.
HSL color Cylindrical-coordinate representation of color #CB038F: hue angle of 318º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB038F is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.20 |
| HSL | 318º | 0.97% | 0.4% | - |
| HSV(B) | 318º | 0.99% | 0.8% | - |
| XYZ | 29.62 | 14.74 | 27.27 | - |
| YUV | 78.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 143 | 0 | 0.99 | 0.30 | 0.20 | 318 | 0.97 | 0.4 |
| Hex | CB | 3 | 8F | 0 | 63 | 1E | 14 | 13E | 61 | 28 |
| Octal | 313 | 3 | 217 | 0 | 143 | 36 | 24 | 476 | 141 | 50 |
| Binary | 11001011 | 11 | 10001111 | 0 | 1100011 | 11110 | 10100 | 100111110 | 1100001 | 101000 |
Color Harmonies of #CB038F
Complementary color
Monochromatic Colors of #CB038F
Black with #CB038F
Text Example
Text Example
White with #CB038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB038F; }
p { color: rgb(203,3,143); }
H1.HeaderClassName
{
color: #CB038F;
}
.AnyTagClassName
{
color: #CB038F;
}
</style>
background-color css
<style>
a { background-color: #CB038F; }
a { background-color: rgb(203,3,143); }
div.DivClassName
{
background-color: #CB038F;
}
.BgClassName
{
background-color: #CB038F;
}
</style>
border-color css
<style>
span { border-color: #CB038F; }
span { border-color: rgb(203,3,143); }
td.TdClassName
{
border-color: #CB038F;
}
.TagClassName
{
border-color: #CB038F;
}
</style>