Shades of Medium Violet Red #CB0973
Tints of Medium Violet Red #CB0973
RGB
CMYK
RGB Variations
Color information
#CB0973 (or 0xCB0973) is known color: Medium Violet Red. HEX triplet: CB, 09 and 73. RGB value is (203,9,115). Sum of RGB (Red+Green+Blue) = 203+9+115=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0973 is #34F68C. Grayscale: #4E4E4E. Windows color (decimal): -3470989 or 7539147. OLE color: 7539147.
HSL color Cylindrical-coordinate representation of color #CB0973: hue angle of 327.22º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0973 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.20 |
| HSL | 327.22º | 0.92% | 0.42% | - |
| HSV(B) | 327.22º | 0.96% | 0.8% | - |
| XYZ | 27.82 | 14.13 | 17.48 | - |
| YUV | 79.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 115 | 0 | 0.96 | 0.43 | 0.20 | 327.22 | 0.92 | 0.42 |
| Hex | CB | 9 | 73 | 0 | 60 | 2B | 14 | 147 | 5C | 2A |
| Octal | 313 | 11 | 163 | 0 | 140 | 53 | 24 | 507 | 134 | 52 |
| Binary | 11001011 | 1001 | 1110011 | 0 | 1100000 | 101011 | 10100 | 101000111 | 1011100 | 101010 |
Color Harmonies of #CB0973
Complementary color
Monochromatic Colors of #CB0973
Black with #CB0973
Text Example
Text Example
White with #CB0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0973; }
p { color: rgb(203,9,115); }
H1.HeaderClassName
{
color: #CB0973;
}
.AnyTagClassName
{
color: #CB0973;
}
</style>
background-color css
<style>
a { background-color: #CB0973; }
a { background-color: rgb(203,9,115); }
div.DivClassName
{
background-color: #CB0973;
}
.BgClassName
{
background-color: #CB0973;
}
</style>
border-color css
<style>
span { border-color: #CB0973; }
span { border-color: rgb(203,9,115); }
td.TdClassName
{
border-color: #CB0973;
}
.TagClassName
{
border-color: #CB0973;
}
</style>