Shades of Medium Red Violet #CB339A
Tints of Medium Red Violet #CB339A
RGB
CMYK
RGB Variations
Color information
#CB339A (or 0xCB339A) is known color: Medium Red Violet. HEX triplet: CB, 33 and 9A. RGB value is (203,51,154). Sum of RGB (Red+Green+Blue) = 203+51+154=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB339A is #34CC65. Grayscale: #6B6B6B. Windows color (decimal): -3460198 or 10105803. OLE color: 10105803.
HSL color Cylindrical-coordinate representation of color #CB339A: hue angle of 319.34º 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 #CB339A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 154 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.20 |
| HSL | 319.34º | 0.6% | 0.5% | - |
| HSV(B) | 319.34º | 0.75% | 0.8% | - |
| XYZ | 31.65 | 17.4 | 32.26 | - |
| YUV | 108.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 154 | 0 | 0.75 | 0.24 | 0.20 | 319.34 | 0.6 | 0.5 |
| Hex | CB | 33 | 9A | 0 | 4B | 18 | 14 | 13F | 3C | 32 |
| Octal | 313 | 63 | 232 | 0 | 113 | 30 | 24 | 477 | 74 | 62 |
| Binary | 11001011 | 110011 | 10011010 | 0 | 1001011 | 11000 | 10100 | 100111111 | 111100 | 110010 |
Color Harmonies of #CB339A
Complementary color
Monochromatic Colors of #CB339A
Black with #CB339A
Text Example
Text Example
White with #CB339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB339A; }
p { color: rgb(203,51,154); }
H1.HeaderClassName
{
color: #CB339A;
}
.AnyTagClassName
{
color: #CB339A;
}
</style>
background-color css
<style>
a { background-color: #CB339A; }
a { background-color: rgb(203,51,154); }
div.DivClassName
{
background-color: #CB339A;
}
.BgClassName
{
background-color: #CB339A;
}
</style>
border-color css
<style>
span { border-color: #CB339A; }
span { border-color: rgb(203,51,154); }
td.TdClassName
{
border-color: #CB339A;
}
.TagClassName
{
border-color: #CB339A;
}
</style>