Shades of Medium Red Violet #CB33A8
Tints of Medium Red Violet #CB33A8
RGB
CMYK
RGB Variations
Color information
#CB33A8 (or 0xCB33A8) is known color: Medium Red Violet. HEX triplet: CB, 33 and A8. RGB value is (203,51,168). Sum of RGB (Red+Green+Blue) = 203+51+168=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB33A8 is #34CC57. Grayscale: #6D6D6D. Windows color (decimal): -3460184 or 11023307. OLE color: 11023307.
HSL color Cylindrical-coordinate representation of color #CB33A8: hue angle of 313.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33A8 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 168 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.20 |
| HSL | 313.82º | 0.6% | 0.5% | - |
| HSV(B) | 313.82º | 0.75% | 0.8% | - |
| XYZ | 32.88 | 17.89 | 38.77 | - |
| YUV | 109.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 168 | 0 | 0.75 | 0.17 | 0.20 | 313.82 | 0.6 | 0.5 |
| Hex | CB | 33 | A8 | 0 | 4B | 11 | 14 | 13A | 3C | 32 |
| Octal | 313 | 63 | 250 | 0 | 113 | 21 | 24 | 472 | 74 | 62 |
| Binary | 11001011 | 110011 | 10101000 | 0 | 1001011 | 10001 | 10100 | 100111010 | 111100 | 110010 |
Color Harmonies of #CB33A8
Complementary color
Monochromatic Colors of #CB33A8
Black with #CB33A8
Text Example
Text Example
White with #CB33A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33A8; }
p { color: rgb(203,51,168); }
H1.HeaderClassName
{
color: #CB33A8;
}
.AnyTagClassName
{
color: #CB33A8;
}
</style>
background-color css
<style>
a { background-color: #CB33A8; }
a { background-color: rgb(203,51,168); }
div.DivClassName
{
background-color: #CB33A8;
}
.BgClassName
{
background-color: #CB33A8;
}
</style>
border-color css
<style>
span { border-color: #CB33A8; }
span { border-color: rgb(203,51,168); }
td.TdClassName
{
border-color: #CB33A8;
}
.TagClassName
{
border-color: #CB33A8;
}
</style>