Shades of Medium Red Violet #CB3694
Tints of Medium Red Violet #CB3694
RGB
CMYK
RGB Variations
Color information
#CB3694 (or 0xCB3694) is known color: Medium Red Violet. HEX triplet: CB, 36 and 94. RGB value is (203,54,148). Sum of RGB (Red+Green+Blue) = 203+54+148=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3694 is #34C96B. Grayscale: #6D6D6D. Windows color (decimal): -3459436 or 9713355. OLE color: 9713355.
HSL color Cylindrical-coordinate representation of color #CB3694: hue angle of 322.15º 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 #CB3694 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 148 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.20 |
| HSL | 322.15º | 0.59% | 0.5% | - |
| HSV(B) | 322.15º | 0.73% | 0.8% | - |
| XYZ | 31.29 | 17.47 | 29.74 | - |
| YUV | 109.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 148 | 0 | 0.73 | 0.27 | 0.20 | 322.15 | 0.59 | 0.5 |
| Hex | CB | 36 | 94 | 0 | 49 | 1B | 14 | 142 | 3B | 32 |
| Octal | 313 | 66 | 224 | 0 | 111 | 33 | 24 | 502 | 73 | 62 |
| Binary | 11001011 | 110110 | 10010100 | 0 | 1001001 | 11011 | 10100 | 101000010 | 111011 | 110010 |
Color Harmonies of #CB3694
Complementary color
Monochromatic Colors of #CB3694
Black with #CB3694
Text Example
Text Example
White with #CB3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3694; }
p { color: rgb(203,54,148); }
H1.HeaderClassName
{
color: #CB3694;
}
.AnyTagClassName
{
color: #CB3694;
}
</style>
background-color css
<style>
a { background-color: #CB3694; }
a { background-color: rgb(203,54,148); }
div.DivClassName
{
background-color: #CB3694;
}
.BgClassName
{
background-color: #CB3694;
}
</style>
border-color css
<style>
span { border-color: #CB3694; }
span { border-color: rgb(203,54,148); }
td.TdClassName
{
border-color: #CB3694;
}
.TagClassName
{
border-color: #CB3694;
}
</style>