Shades of Medium Red Violet #CB339B
Tints of Medium Red Violet #CB339B
RGB
CMYK
RGB Variations
Color information
#CB339B (or 0xCB339B) is known color: Medium Red Violet. HEX triplet: CB, 33 and 9B. RGB value is (203,51,155). Sum of RGB (Red+Green+Blue) = 203+51+155=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB339B is #34CC64. Grayscale: #6C6C6C. Windows color (decimal): -3460197 or 10171339. OLE color: 10171339.
HSL color Cylindrical-coordinate representation of color #CB339B: hue angle of 318.95º 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 #CB339B is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 155 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.20 |
| HSL | 318.95º | 0.6% | 0.5% | - |
| HSV(B) | 318.95º | 0.75% | 0.8% | - |
| XYZ | 31.73 | 17.43 | 32.7 | - |
| YUV | 108.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 155 | 0 | 0.75 | 0.24 | 0.20 | 318.95 | 0.6 | 0.5 |
| Hex | CB | 33 | 9B | 0 | 4B | 18 | 14 | 13F | 3C | 32 |
| Octal | 313 | 63 | 233 | 0 | 113 | 30 | 24 | 477 | 74 | 62 |
| Binary | 11001011 | 110011 | 10011011 | 0 | 1001011 | 11000 | 10100 | 100111111 | 111100 | 110010 |
Color Harmonies of #CB339B
Complementary color
Monochromatic Colors of #CB339B
Black with #CB339B
Text Example
Text Example
White with #CB339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB339B; }
p { color: rgb(203,51,155); }
H1.HeaderClassName
{
color: #CB339B;
}
.AnyTagClassName
{
color: #CB339B;
}
</style>
background-color css
<style>
a { background-color: #CB339B; }
a { background-color: rgb(203,51,155); }
div.DivClassName
{
background-color: #CB339B;
}
.BgClassName
{
background-color: #CB339B;
}
</style>
border-color css
<style>
span { border-color: #CB339B; }
span { border-color: rgb(203,51,155); }
td.TdClassName
{
border-color: #CB339B;
}
.TagClassName
{
border-color: #CB339B;
}
</style>