Shades of Medium Violet Red #CB1C93
Tints of Medium Violet Red #CB1C93
RGB
CMYK
RGB Variations
Color information
#CB1C93 (or 0xCB1C93) is known color: Medium Violet Red. HEX triplet: CB, 1C and 93. RGB value is (203,28,147). Sum of RGB (Red+Green+Blue) = 203+28+147=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C93 is #34E36C. Grayscale: #5D5D5D. Windows color (decimal): -3466093 or 9641163. OLE color: 9641163.
HSL color Cylindrical-coordinate representation of color #CB1C93: hue angle of 319.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C93 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 147 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.20 |
| HSL | 319.2º | 0.76% | 0.45% | - |
| HSV(B) | 319.2º | 0.86% | 0.8% | - |
| XYZ | 30.31 | 15.63 | 29.02 | - |
| YUV | 93.89 | 157.98 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 147 | 0 | 0.86 | 0.28 | 0.20 | 319.2 | 0.76 | 0.45 |
| Hex | CB | 1C | 93 | 0 | 56 | 1C | 14 | 13F | 4C | 2D |
| Octal | 313 | 34 | 223 | 0 | 126 | 34 | 24 | 477 | 114 | 55 |
| Binary | 11001011 | 11100 | 10010011 | 0 | 1010110 | 11100 | 10100 | 100111111 | 1001100 | 101101 |
Color Harmonies of #CB1C93
Complementary color
Monochromatic Colors of #CB1C93
Black with #CB1C93
Text Example
Text Example
White with #CB1C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C93; }
p { color: rgb(203,28,147); }
H1.HeaderClassName
{
color: #CB1C93;
}
.AnyTagClassName
{
color: #CB1C93;
}
</style>
background-color css
<style>
a { background-color: #CB1C93; }
a { background-color: rgb(203,28,147); }
div.DivClassName
{
background-color: #CB1C93;
}
.BgClassName
{
background-color: #CB1C93;
}
</style>
border-color css
<style>
span { border-color: #CB1C93; }
span { border-color: rgb(203,28,147); }
td.TdClassName
{
border-color: #CB1C93;
}
.TagClassName
{
border-color: #CB1C93;
}
</style>