Shades of Medium Violet Red #CB259A
Tints of Medium Violet Red #CB259A
RGB
CMYK
RGB Variations
Color information
#CB259A (or 0xCB259A) is known color: Medium Violet Red. HEX triplet: CB, 25 and 9A. RGB value is (203,37,154). Sum of RGB (Red+Green+Blue) = 203+37+154=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB259A is #34DA65. Grayscale: #636363. Windows color (decimal): -3463782 or 10102219. OLE color: 10102219.
HSL color Cylindrical-coordinate representation of color #CB259A: hue angle of 317.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB259A is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 154 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.20 |
| HSL | 317.71º | 0.69% | 0.47% | - |
| HSV(B) | 317.71º | 0.82% | 0.8% | - |
| XYZ | 31.12 | 16.35 | 32.09 | - |
| YUV | 99.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 154 | 0 | 0.82 | 0.24 | 0.20 | 317.71 | 0.69 | 0.47 |
| Hex | CB | 25 | 9A | 0 | 52 | 18 | 14 | 13E | 45 | 2F |
| Octal | 313 | 45 | 232 | 0 | 122 | 30 | 24 | 476 | 105 | 57 |
| Binary | 11001011 | 100101 | 10011010 | 0 | 1010010 | 11000 | 10100 | 100111110 | 1000101 | 101111 |
Color Harmonies of #CB259A
Complementary color
Monochromatic Colors of #CB259A
Black with #CB259A
Text Example
Text Example
White with #CB259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB259A; }
p { color: rgb(203,37,154); }
H1.HeaderClassName
{
color: #CB259A;
}
.AnyTagClassName
{
color: #CB259A;
}
</style>
background-color css
<style>
a { background-color: #CB259A; }
a { background-color: rgb(203,37,154); }
div.DivClassName
{
background-color: #CB259A;
}
.BgClassName
{
background-color: #CB259A;
}
</style>
border-color css
<style>
span { border-color: #CB259A; }
span { border-color: rgb(203,37,154); }
td.TdClassName
{
border-color: #CB259A;
}
.TagClassName
{
border-color: #CB259A;
}
</style>