Shades of Medium Red Violet #CB2F9C
Tints of Medium Red Violet #CB2F9C
RGB
CMYK
RGB Variations
Color information
#CB2F9C (or 0xCB2F9C) is known color: Medium Red Violet. HEX triplet: CB, 2F and 9C. RGB value is (203,47,156). Sum of RGB (Red+Green+Blue) = 203+47+156=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F9C is #34D063. Grayscale: #696969. Windows color (decimal): -3461220 or 10235851. OLE color: 10235851.
HSL color Cylindrical-coordinate representation of color #CB2F9C: hue angle of 318.08º 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 #CB2F9C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 156 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.20 |
| HSL | 318.08º | 0.62% | 0.49% | - |
| HSV(B) | 318.08º | 0.77% | 0.8% | - |
| XYZ | 31.65 | 17.13 | 33.09 | - |
| YUV | 106.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 156 | 0 | 0.77 | 0.23 | 0.20 | 318.08 | 0.62 | 0.49 |
| Hex | CB | 2F | 9C | 0 | 4D | 17 | 14 | 13E | 3E | 31 |
| Octal | 313 | 57 | 234 | 0 | 115 | 27 | 24 | 476 | 76 | 61 |
| Binary | 11001011 | 101111 | 10011100 | 0 | 1001101 | 10111 | 10100 | 100111110 | 111110 | 110001 |
Color Harmonies of #CB2F9C
Complementary color
Monochromatic Colors of #CB2F9C
Black with #CB2F9C
Text Example
Text Example
White with #CB2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F9C; }
p { color: rgb(203,47,156); }
H1.HeaderClassName
{
color: #CB2F9C;
}
.AnyTagClassName
{
color: #CB2F9C;
}
</style>
background-color css
<style>
a { background-color: #CB2F9C; }
a { background-color: rgb(203,47,156); }
div.DivClassName
{
background-color: #CB2F9C;
}
.BgClassName
{
background-color: #CB2F9C;
}
</style>
border-color css
<style>
span { border-color: #CB2F9C; }
span { border-color: rgb(203,47,156); }
td.TdClassName
{
border-color: #CB2F9C;
}
.TagClassName
{
border-color: #CB2F9C;
}
</style>