Shades of Medium Violet Red #CB0C9F
Tints of Medium Violet Red #CB0C9F
RGB
CMYK
RGB Variations
Color information
#CB0C9F (or 0xCB0C9F) is known color: Medium Violet Red. HEX triplet: CB, 0C and 9F. RGB value is (203,12,159). Sum of RGB (Red+Green+Blue) = 203+12+159=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0C9F is #34F360. Grayscale: #555555. Windows color (decimal): -3470177 or 10423499. OLE color: 10423499.
HSL color Cylindrical-coordinate representation of color #CB0C9F: hue angle of 313.82º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C9F is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 159 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.20 |
| HSL | 313.82º | 0.89% | 0.42% | - |
| HSV(B) | 313.82º | 0.94% | 0.8% | - |
| XYZ | 31.02 | 15.46 | 34.15 | - |
| YUV | 85.87 | 169.28 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 159 | 0 | 0.94 | 0.22 | 0.20 | 313.82 | 0.89 | 0.42 |
| Hex | CB | C | 9F | 0 | 5E | 16 | 14 | 13A | 59 | 2A |
| Octal | 313 | 14 | 237 | 0 | 136 | 26 | 24 | 472 | 131 | 52 |
| Binary | 11001011 | 1100 | 10011111 | 0 | 1011110 | 10110 | 10100 | 100111010 | 1011001 | 101010 |
Color Harmonies of #CB0C9F
Complementary color
Monochromatic Colors of #CB0C9F
Black with #CB0C9F
Text Example
Text Example
White with #CB0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C9F; }
p { color: rgb(203,12,159); }
H1.HeaderClassName
{
color: #CB0C9F;
}
.AnyTagClassName
{
color: #CB0C9F;
}
</style>
background-color css
<style>
a { background-color: #CB0C9F; }
a { background-color: rgb(203,12,159); }
div.DivClassName
{
background-color: #CB0C9F;
}
.BgClassName
{
background-color: #CB0C9F;
}
</style>
border-color css
<style>
span { border-color: #CB0C9F; }
span { border-color: rgb(203,12,159); }
td.TdClassName
{
border-color: #CB0C9F;
}
.TagClassName
{
border-color: #CB0C9F;
}
</style>