Shades of Medium Red Violet #CB359E
Tints of Medium Red Violet #CB359E
RGB
CMYK
RGB Variations
Color information
#CB359E (or 0xCB359E) is known color: Medium Red Violet. HEX triplet: CB, 35 and 9E. RGB value is (203,53,158). Sum of RGB (Red+Green+Blue) = 203+53+158=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB359E is #34CA61. Grayscale: #6D6D6D. Windows color (decimal): -3459682 or 10368459. OLE color: 10368459.
HSL color Cylindrical-coordinate representation of color #CB359E: hue angle of 318º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB359E is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 158 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.20 |
| HSL | 318º | 0.59% | 0.5% | - |
| HSV(B) | 318º | 0.74% | 0.8% | - |
| XYZ | 32.07 | 17.71 | 34.08 | - |
| YUV | 109.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 158 | 0 | 0.74 | 0.22 | 0.20 | 318 | 0.59 | 0.5 |
| Hex | CB | 35 | 9E | 0 | 4A | 16 | 14 | 13E | 3B | 32 |
| Octal | 313 | 65 | 236 | 0 | 112 | 26 | 24 | 476 | 73 | 62 |
| Binary | 11001011 | 110101 | 10011110 | 0 | 1001010 | 10110 | 10100 | 100111110 | 111011 | 110010 |
Color Harmonies of #CB359E
Complementary color
Monochromatic Colors of #CB359E
Black with #CB359E
Text Example
Text Example
White with #CB359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB359E; }
p { color: rgb(203,53,158); }
H1.HeaderClassName
{
color: #CB359E;
}
.AnyTagClassName
{
color: #CB359E;
}
</style>
background-color css
<style>
a { background-color: #CB359E; }
a { background-color: rgb(203,53,158); }
div.DivClassName
{
background-color: #CB359E;
}
.BgClassName
{
background-color: #CB359E;
}
</style>
border-color css
<style>
span { border-color: #CB359E; }
span { border-color: rgb(203,53,158); }
td.TdClassName
{
border-color: #CB359E;
}
.TagClassName
{
border-color: #CB359E;
}
</style>