Shades of Medium Red Violet #CB2F8D
Tints of Medium Red Violet #CB2F8D
RGB
CMYK
RGB Variations
Color information
#CB2F8D (or 0xCB2F8D) is known color: Medium Red Violet. HEX triplet: CB, 2F and 8D. RGB value is (203,47,141). Sum of RGB (Red+Green+Blue) = 203+47+141=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F8D is #34D072. Grayscale: #686868. Windows color (decimal): -3461235 or 9252811. OLE color: 9252811.
HSL color Cylindrical-coordinate representation of color #CB2F8D: hue angle of 323.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F8D is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 141 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.20 |
| HSL | 323.85º | 0.62% | 0.49% | - |
| HSV(B) | 323.85º | 0.77% | 0.8% | - |
| XYZ | 30.45 | 16.65 | 26.81 | - |
| YUV | 104.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 141 | 0 | 0.77 | 0.31 | 0.20 | 323.85 | 0.62 | 0.49 |
| Hex | CB | 2F | 8D | 0 | 4D | 1F | 14 | 144 | 3E | 31 |
| Octal | 313 | 57 | 215 | 0 | 115 | 37 | 24 | 504 | 76 | 61 |
| Binary | 11001011 | 101111 | 10001101 | 0 | 1001101 | 11111 | 10100 | 101000100 | 111110 | 110001 |
Color Harmonies of #CB2F8D
Complementary color
Monochromatic Colors of #CB2F8D
Black with #CB2F8D
Text Example
Text Example
White with #CB2F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F8D; }
p { color: rgb(203,47,141); }
H1.HeaderClassName
{
color: #CB2F8D;
}
.AnyTagClassName
{
color: #CB2F8D;
}
</style>
background-color css
<style>
a { background-color: #CB2F8D; }
a { background-color: rgb(203,47,141); }
div.DivClassName
{
background-color: #CB2F8D;
}
.BgClassName
{
background-color: #CB2F8D;
}
</style>
border-color css
<style>
span { border-color: #CB2F8D; }
span { border-color: rgb(203,47,141); }
td.TdClassName
{
border-color: #CB2F8D;
}
.TagClassName
{
border-color: #CB2F8D;
}
</style>