Shades of Medium Red Violet #CB359D
Tints of Medium Red Violet #CB359D
RGB
CMYK
RGB Variations
Color information
#CB359D (or 0xCB359D) is known color: Medium Red Violet. HEX triplet: CB, 35 and 9D. RGB value is (203,53,157). Sum of RGB (Red+Green+Blue) = 203+53+157=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB359D is #34CA62. Grayscale: #6D6D6D. Windows color (decimal): -3459683 or 10302923. OLE color: 10302923.
HSL color Cylindrical-coordinate representation of color #CB359D: hue angle of 318.4º 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 #CB359D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 157 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.20 |
| HSL | 318.4º | 0.59% | 0.5% | - |
| HSV(B) | 318.4º | 0.74% | 0.8% | - |
| XYZ | 31.99 | 17.68 | 33.62 | - |
| YUV | 109.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 157 | 0 | 0.74 | 0.23 | 0.20 | 318.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 9D | 0 | 4A | 17 | 14 | 13E | 3B | 32 |
| Octal | 313 | 65 | 235 | 0 | 112 | 27 | 24 | 476 | 73 | 62 |
| Binary | 11001011 | 110101 | 10011101 | 0 | 1001010 | 10111 | 10100 | 100111110 | 111011 | 110010 |
Color Harmonies of #CB359D
Complementary color
Monochromatic Colors of #CB359D
Black with #CB359D
Text Example
Text Example
White with #CB359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB359D; }
p { color: rgb(203,53,157); }
H1.HeaderClassName
{
color: #CB359D;
}
.AnyTagClassName
{
color: #CB359D;
}
</style>
background-color css
<style>
a { background-color: #CB359D; }
a { background-color: rgb(203,53,157); }
div.DivClassName
{
background-color: #CB359D;
}
.BgClassName
{
background-color: #CB359D;
}
</style>
border-color css
<style>
span { border-color: #CB359D; }
span { border-color: rgb(203,53,157); }
td.TdClassName
{
border-color: #CB359D;
}
.TagClassName
{
border-color: #CB359D;
}
</style>