Shades of Medium Violet Red #CB24AF
Tints of Medium Violet Red #CB24AF
RGB
CMYK
RGB Variations
Color information
#CB24AF (or 0xCB24AF) is known color: Medium Violet Red. HEX triplet: CB, 24 and AF. RGB value is (203,36,175). Sum of RGB (Red+Green+Blue) = 203+36+175=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB24AF is #34DB50. Grayscale: #656565. Windows color (decimal): -3464017 or 11478219. OLE color: 11478219.
HSL color Cylindrical-coordinate representation of color #CB24AF: hue angle of 310.06º degrees, saturation: 0.7, 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 #CB24AF is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 175 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.20 |
| HSL | 310.06º | 0.7% | 0.47% | - |
| HSV(B) | 310.06º | 0.82% | 0.8% | - |
| XYZ | 33 | 17.05 | 42.11 | - |
| YUV | 101.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 175 | 0 | 0.82 | 0.14 | 0.20 | 310.06 | 0.7 | 0.47 |
| Hex | CB | 24 | AF | 0 | 52 | E | 14 | 136 | 46 | 2F |
| Octal | 313 | 44 | 257 | 0 | 122 | 16 | 24 | 466 | 106 | 57 |
| Binary | 11001011 | 100100 | 10101111 | 0 | 1010010 | 1110 | 10100 | 100110110 | 1000110 | 101111 |
Color Harmonies of #CB24AF
Complementary color
Monochromatic Colors of #CB24AF
Black with #CB24AF
Text Example
Text Example
White with #CB24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24AF; }
p { color: rgb(203,36,175); }
H1.HeaderClassName
{
color: #CB24AF;
}
.AnyTagClassName
{
color: #CB24AF;
}
</style>
background-color css
<style>
a { background-color: #CB24AF; }
a { background-color: rgb(203,36,175); }
div.DivClassName
{
background-color: #CB24AF;
}
.BgClassName
{
background-color: #CB24AF;
}
</style>
border-color css
<style>
span { border-color: #CB24AF; }
span { border-color: rgb(203,36,175); }
td.TdClassName
{
border-color: #CB24AF;
}
.TagClassName
{
border-color: #CB24AF;
}
</style>