Shades of Medium Violet Red #CB039C
Tints of Medium Violet Red #CB039C
RGB
CMYK
RGB Variations
Color information
#CB039C (or 0xCB039C) is known color: Medium Violet Red. HEX triplet: CB, 03 and 9C. RGB value is (203,3,156). Sum of RGB (Red+Green+Blue) = 203+3+156=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB039C is #34FC63. Grayscale: #4F4F4F. Windows color (decimal): -3472484 or 10224587. OLE color: 10224587.
HSL color Cylindrical-coordinate representation of color #CB039C: hue angle of 314.1º 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 #CB039C is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.20 |
| HSL | 314.1º | 0.97% | 0.4% | - |
| HSV(B) | 314.1º | 0.99% | 0.8% | - |
| XYZ | 30.66 | 15.16 | 32.76 | - |
| YUV | 80.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 156 | 0 | 0.99 | 0.23 | 0.20 | 314.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 9C | 0 | 63 | 17 | 14 | 13A | 61 | 28 |
| Octal | 313 | 3 | 234 | 0 | 143 | 27 | 24 | 472 | 141 | 50 |
| Binary | 11001011 | 11 | 10011100 | 0 | 1100011 | 10111 | 10100 | 100111010 | 1100001 | 101000 |
Color Harmonies of #CB039C
Complementary color
Monochromatic Colors of #CB039C
Black with #CB039C
Text Example
Text Example
White with #CB039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB039C; }
p { color: rgb(203,3,156); }
H1.HeaderClassName
{
color: #CB039C;
}
.AnyTagClassName
{
color: #CB039C;
}
</style>
background-color css
<style>
a { background-color: #CB039C; }
a { background-color: rgb(203,3,156); }
div.DivClassName
{
background-color: #CB039C;
}
.BgClassName
{
background-color: #CB039C;
}
</style>
border-color css
<style>
span { border-color: #CB039C; }
span { border-color: rgb(203,3,156); }
td.TdClassName
{
border-color: #CB039C;
}
.TagClassName
{
border-color: #CB039C;
}
</style>