Shades of Medium Violet Red #CB24A2
Tints of Medium Violet Red #CB24A2
RGB
CMYK
RGB Variations
Color information
#CB24A2 (or 0xCB24A2) is known color: Medium Violet Red. HEX triplet: CB, 24 and A2. RGB value is (203,36,162). Sum of RGB (Red+Green+Blue) = 203+36+162=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB24A2 is #34DB5D. Grayscale: #636363. Windows color (decimal): -3464030 or 10626251. OLE color: 10626251.
HSL color Cylindrical-coordinate representation of color #CB24A2: hue angle of 314.73º 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 #CB24A2 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 162 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.20 |
| HSL | 314.73º | 0.7% | 0.47% | - |
| HSV(B) | 314.73º | 0.82% | 0.8% | - |
| XYZ | 31.78 | 16.57 | 35.71 | - |
| YUV | 100.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 162 | 0 | 0.82 | 0.20 | 0.20 | 314.73 | 0.7 | 0.47 |
| Hex | CB | 24 | A2 | 0 | 52 | 14 | 14 | 13B | 46 | 2F |
| Octal | 313 | 44 | 242 | 0 | 122 | 24 | 24 | 473 | 106 | 57 |
| Binary | 11001011 | 100100 | 10100010 | 0 | 1010010 | 10100 | 10100 | 100111011 | 1000110 | 101111 |
Color Harmonies of #CB24A2
Complementary color
Monochromatic Colors of #CB24A2
Black with #CB24A2
Text Example
Text Example
White with #CB24A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24A2; }
p { color: rgb(203,36,162); }
H1.HeaderClassName
{
color: #CB24A2;
}
.AnyTagClassName
{
color: #CB24A2;
}
</style>
background-color css
<style>
a { background-color: #CB24A2; }
a { background-color: rgb(203,36,162); }
div.DivClassName
{
background-color: #CB24A2;
}
.BgClassName
{
background-color: #CB24A2;
}
</style>
border-color css
<style>
span { border-color: #CB24A2; }
span { border-color: rgb(203,36,162); }
td.TdClassName
{
border-color: #CB24A2;
}
.TagClassName
{
border-color: #CB24A2;
}
</style>