Shades of Medium Violet Red #CB1F8C
Tints of Medium Violet Red #CB1F8C
RGB
CMYK
RGB Variations
Color information
#CB1F8C (or 0xCB1F8C) is known color: Medium Violet Red. HEX triplet: CB, 1F and 8C. RGB value is (203,31,140). Sum of RGB (Red+Green+Blue) = 203+31+140=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F8C is #34E073. Grayscale: #5E5E5E. Windows color (decimal): -3465332 or 9183179. OLE color: 9183179.
HSL color Cylindrical-coordinate representation of color #CB1F8C: hue angle of 321.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F8C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 140 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.20 |
| HSL | 321.98º | 0.74% | 0.46% | - |
| HSV(B) | 321.98º | 0.85% | 0.8% | - |
| XYZ | 29.85 | 15.57 | 26.24 | - |
| YUV | 94.85 | 153.48 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 140 | 0 | 0.85 | 0.31 | 0.20 | 321.98 | 0.74 | 0.46 |
| Hex | CB | 1F | 8C | 0 | 55 | 1F | 14 | 142 | 4A | 2E |
| Octal | 313 | 37 | 214 | 0 | 125 | 37 | 24 | 502 | 112 | 56 |
| Binary | 11001011 | 11111 | 10001100 | 0 | 1010101 | 11111 | 10100 | 101000010 | 1001010 | 101110 |
Color Harmonies of #CB1F8C
Complementary color
Monochromatic Colors of #CB1F8C
Black with #CB1F8C
Text Example
Text Example
White with #CB1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F8C; }
p { color: rgb(203,31,140); }
H1.HeaderClassName
{
color: #CB1F8C;
}
.AnyTagClassName
{
color: #CB1F8C;
}
</style>
background-color css
<style>
a { background-color: #CB1F8C; }
a { background-color: rgb(203,31,140); }
div.DivClassName
{
background-color: #CB1F8C;
}
.BgClassName
{
background-color: #CB1F8C;
}
</style>
border-color css
<style>
span { border-color: #CB1F8C; }
span { border-color: rgb(203,31,140); }
td.TdClassName
{
border-color: #CB1F8C;
}
.TagClassName
{
border-color: #CB1F8C;
}
</style>