Shades of Medium Red Violet #CB2FA6
Tints of Medium Red Violet #CB2FA6
RGB
CMYK
RGB Variations
Color information
#CB2FA6 (or 0xCB2FA6) is known color: Medium Red Violet. HEX triplet: CB, 2F and A6. RGB value is (203,47,166). Sum of RGB (Red+Green+Blue) = 203+47+166=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2FA6 is #34D059. Grayscale: #6A6A6A. Windows color (decimal): -3461210 or 10891211. OLE color: 10891211.
HSL color Cylindrical-coordinate representation of color #CB2FA6: hue angle of 314.23º 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 #CB2FA6 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 166 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.20 |
| HSL | 314.23º | 0.62% | 0.49% | - |
| HSV(B) | 314.23º | 0.77% | 0.8% | - |
| XYZ | 32.53 | 17.48 | 37.74 | - |
| YUV | 107.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 166 | 0 | 0.77 | 0.18 | 0.20 | 314.23 | 0.62 | 0.49 |
| Hex | CB | 2F | A6 | 0 | 4D | 12 | 14 | 13A | 3E | 31 |
| Octal | 313 | 57 | 246 | 0 | 115 | 22 | 24 | 472 | 76 | 61 |
| Binary | 11001011 | 101111 | 10100110 | 0 | 1001101 | 10010 | 10100 | 100111010 | 111110 | 110001 |
Color Harmonies of #CB2FA6
Complementary color
Monochromatic Colors of #CB2FA6
Black with #CB2FA6
Text Example
Text Example
White with #CB2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FA6; }
p { color: rgb(203,47,166); }
H1.HeaderClassName
{
color: #CB2FA6;
}
.AnyTagClassName
{
color: #CB2FA6;
}
</style>
background-color css
<style>
a { background-color: #CB2FA6; }
a { background-color: rgb(203,47,166); }
div.DivClassName
{
background-color: #CB2FA6;
}
.BgClassName
{
background-color: #CB2FA6;
}
</style>
border-color css
<style>
span { border-color: #CB2FA6; }
span { border-color: rgb(203,47,166); }
td.TdClassName
{
border-color: #CB2FA6;
}
.TagClassName
{
border-color: #CB2FA6;
}
</style>