Shades of Medium Red Violet #CB369E
Tints of Medium Red Violet #CB369E
RGB
CMYK
RGB Variations
Color information
#CB369E (or 0xCB369E) is known color: Medium Red Violet. HEX triplet: CB, 36 and 9E. RGB value is (203,54,158). Sum of RGB (Red+Green+Blue) = 203+54+158=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB369E is #34C961. Grayscale: #6E6E6E. Windows color (decimal): -3459426 or 10368715. OLE color: 10368715.
HSL color Cylindrical-coordinate representation of color #CB369E: hue angle of 318.12º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB369E is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 158 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.20 |
| HSL | 318.12º | 0.59% | 0.5% | - |
| HSV(B) | 318.12º | 0.73% | 0.8% | - |
| XYZ | 32.12 | 17.8 | 34.09 | - |
| YUV | 110.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 158 | 0 | 0.73 | 0.22 | 0.20 | 318.12 | 0.59 | 0.5 |
| Hex | CB | 36 | 9E | 0 | 49 | 16 | 14 | 13E | 3B | 32 |
| Octal | 313 | 66 | 236 | 0 | 111 | 26 | 24 | 476 | 73 | 62 |
| Binary | 11001011 | 110110 | 10011110 | 0 | 1001001 | 10110 | 10100 | 100111110 | 111011 | 110010 |
Color Harmonies of #CB369E
Complementary color
Monochromatic Colors of #CB369E
Black with #CB369E
Text Example
Text Example
White with #CB369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB369E; }
p { color: rgb(203,54,158); }
H1.HeaderClassName
{
color: #CB369E;
}
.AnyTagClassName
{
color: #CB369E;
}
</style>
background-color css
<style>
a { background-color: #CB369E; }
a { background-color: rgb(203,54,158); }
div.DivClassName
{
background-color: #CB369E;
}
.BgClassName
{
background-color: #CB369E;
}
</style>
border-color css
<style>
span { border-color: #CB369E; }
span { border-color: rgb(203,54,158); }
td.TdClassName
{
border-color: #CB369E;
}
.TagClassName
{
border-color: #CB369E;
}
</style>