Shades of Medium Violet Red #CB1F7F
Tints of Medium Violet Red #CB1F7F
RGB
CMYK
RGB Variations
Color information
#CB1F7F (or 0xCB1F7F) is known color: Medium Violet Red. HEX triplet: CB, 1F and 7F. RGB value is (203,31,127). Sum of RGB (Red+Green+Blue) = 203+31+127=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1F7F is #34E080. Grayscale: #5D5D5D. Windows color (decimal): -3465345 or 8331211. OLE color: 8331211.
HSL color Cylindrical-coordinate representation of color #CB1F7F: hue angle of 326.51º 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 #CB1F7F is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 127 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.20 |
| HSL | 326.51º | 0.74% | 0.46% | - |
| HSV(B) | 326.51º | 0.85% | 0.8% | - |
| XYZ | 28.95 | 15.21 | 21.49 | - |
| YUV | 93.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 127 | 0 | 0.85 | 0.37 | 0.20 | 326.51 | 0.74 | 0.46 |
| Hex | CB | 1F | 7F | 0 | 55 | 25 | 14 | 147 | 4A | 2E |
| Octal | 313 | 37 | 177 | 0 | 125 | 45 | 24 | 507 | 112 | 56 |
| Binary | 11001011 | 11111 | 1111111 | 0 | 1010101 | 100101 | 10100 | 101000111 | 1001010 | 101110 |
Color Harmonies of #CB1F7F
Complementary color
Monochromatic Colors of #CB1F7F
Black with #CB1F7F
Text Example
Text Example
White with #CB1F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F7F; }
p { color: rgb(203,31,127); }
H1.HeaderClassName
{
color: #CB1F7F;
}
.AnyTagClassName
{
color: #CB1F7F;
}
</style>
background-color css
<style>
a { background-color: #CB1F7F; }
a { background-color: rgb(203,31,127); }
div.DivClassName
{
background-color: #CB1F7F;
}
.BgClassName
{
background-color: #CB1F7F;
}
</style>
border-color css
<style>
span { border-color: #CB1F7F; }
span { border-color: rgb(203,31,127); }
td.TdClassName
{
border-color: #CB1F7F;
}
.TagClassName
{
border-color: #CB1F7F;
}
</style>