Shades of Medium Red Violet #CB369A
Tints of Medium Red Violet #CB369A
RGB
CMYK
RGB Variations
Color information
#CB369A (or 0xCB369A) is known color: Medium Red Violet. HEX triplet: CB, 36 and 9A. RGB value is (203,54,154). Sum of RGB (Red+Green+Blue) = 203+54+154=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB369A is #34C965. Grayscale: #6D6D6D. Windows color (decimal): -3459430 or 10106571. OLE color: 10106571.
HSL color Cylindrical-coordinate representation of color #CB369A: hue angle of 319.73º 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 #CB369A is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 154 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.20 |
| HSL | 319.73º | 0.59% | 0.5% | - |
| HSV(B) | 319.73º | 0.73% | 0.8% | - |
| XYZ | 31.78 | 17.67 | 32.31 | - |
| YUV | 109.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 154 | 0 | 0.73 | 0.24 | 0.20 | 319.73 | 0.59 | 0.5 |
| Hex | CB | 36 | 9A | 0 | 49 | 18 | 14 | 140 | 3B | 32 |
| Octal | 313 | 66 | 232 | 0 | 111 | 30 | 24 | 500 | 73 | 62 |
| Binary | 11001011 | 110110 | 10011010 | 0 | 1001001 | 11000 | 10100 | 101000000 | 111011 | 110010 |
Color Harmonies of #CB369A
Complementary color
Monochromatic Colors of #CB369A
Black with #CB369A
Text Example
Text Example
White with #CB369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB369A; }
p { color: rgb(203,54,154); }
H1.HeaderClassName
{
color: #CB369A;
}
.AnyTagClassName
{
color: #CB369A;
}
</style>
background-color css
<style>
a { background-color: #CB369A; }
a { background-color: rgb(203,54,154); }
div.DivClassName
{
background-color: #CB369A;
}
.BgClassName
{
background-color: #CB369A;
}
</style>
border-color css
<style>
span { border-color: #CB369A; }
span { border-color: rgb(203,54,154); }
td.TdClassName
{
border-color: #CB369A;
}
.TagClassName
{
border-color: #CB369A;
}
</style>