Shades of Medium Red Violet #CB2F9A
Tints of Medium Red Violet #CB2F9A
RGB
CMYK
RGB Variations
Color information
#CB2F9A (or 0xCB2F9A) is known color: Medium Red Violet. HEX triplet: CB, 2F and 9A. RGB value is (203,47,154). Sum of RGB (Red+Green+Blue) = 203+47+154=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F9A is #34D065. Grayscale: #696969. Windows color (decimal): -3461222 or 10104779. OLE color: 10104779.
HSL color Cylindrical-coordinate representation of color #CB2F9A: hue angle of 318.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 #CB2F9A is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 154 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.20 |
| HSL | 318.85º | 0.62% | 0.49% | - |
| HSV(B) | 318.85º | 0.77% | 0.8% | - |
| XYZ | 31.48 | 17.06 | 32.21 | - |
| YUV | 105.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 154 | 0 | 0.77 | 0.24 | 0.20 | 318.85 | 0.62 | 0.49 |
| Hex | CB | 2F | 9A | 0 | 4D | 18 | 14 | 13F | 3E | 31 |
| Octal | 313 | 57 | 232 | 0 | 115 | 30 | 24 | 477 | 76 | 61 |
| Binary | 11001011 | 101111 | 10011010 | 0 | 1001101 | 11000 | 10100 | 100111111 | 111110 | 110001 |
Color Harmonies of #CB2F9A
Complementary color
Monochromatic Colors of #CB2F9A
Black with #CB2F9A
Text Example
Text Example
White with #CB2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F9A; }
p { color: rgb(203,47,154); }
H1.HeaderClassName
{
color: #CB2F9A;
}
.AnyTagClassName
{
color: #CB2F9A;
}
</style>
background-color css
<style>
a { background-color: #CB2F9A; }
a { background-color: rgb(203,47,154); }
div.DivClassName
{
background-color: #CB2F9A;
}
.BgClassName
{
background-color: #CB2F9A;
}
</style>
border-color css
<style>
span { border-color: #CB2F9A; }
span { border-color: rgb(203,47,154); }
td.TdClassName
{
border-color: #CB2F9A;
}
.TagClassName
{
border-color: #CB2F9A;
}
</style>