Shades of Medium Red Violet #CB2FA5
Tints of Medium Red Violet #CB2FA5
RGB
CMYK
RGB Variations
Color information
#CB2FA5 (or 0xCB2FA5) is known color: Medium Red Violet. HEX triplet: CB, 2F and A5. RGB value is (203,47,165). Sum of RGB (Red+Green+Blue) = 203+47+165=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2FA5 is #34D05A. Grayscale: #6A6A6A. Windows color (decimal): -3461211 or 10825675. OLE color: 10825675.
HSL color Cylindrical-coordinate representation of color #CB2FA5: hue angle of 314.62º 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 #CB2FA5 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 165 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.20 |
| HSL | 314.62º | 0.62% | 0.49% | - |
| HSV(B) | 314.62º | 0.77% | 0.8% | - |
| XYZ | 32.44 | 17.45 | 37.26 | - |
| YUV | 107.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 165 | 0 | 0.77 | 0.19 | 0.20 | 314.62 | 0.62 | 0.49 |
| Hex | CB | 2F | A5 | 0 | 4D | 13 | 14 | 13B | 3E | 31 |
| Octal | 313 | 57 | 245 | 0 | 115 | 23 | 24 | 473 | 76 | 61 |
| Binary | 11001011 | 101111 | 10100101 | 0 | 1001101 | 10011 | 10100 | 100111011 | 111110 | 110001 |
Color Harmonies of #CB2FA5
Complementary color
Monochromatic Colors of #CB2FA5
Black with #CB2FA5
Text Example
Text Example
White with #CB2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FA5; }
p { color: rgb(203,47,165); }
H1.HeaderClassName
{
color: #CB2FA5;
}
.AnyTagClassName
{
color: #CB2FA5;
}
</style>
background-color css
<style>
a { background-color: #CB2FA5; }
a { background-color: rgb(203,47,165); }
div.DivClassName
{
background-color: #CB2FA5;
}
.BgClassName
{
background-color: #CB2FA5;
}
</style>
border-color css
<style>
span { border-color: #CB2FA5; }
span { border-color: rgb(203,47,165); }
td.TdClassName
{
border-color: #CB2FA5;
}
.TagClassName
{
border-color: #CB2FA5;
}
</style>