Shades of Medium Red Violet #CB369D
Tints of Medium Red Violet #CB369D
RGB
CMYK
RGB Variations
Color information
#CB369D (or 0xCB369D) is known color: Medium Red Violet. HEX triplet: CB, 36 and 9D. RGB value is (203,54,157). Sum of RGB (Red+Green+Blue) = 203+54+157=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB369D is #34C962. Grayscale: #6E6E6E. Windows color (decimal): -3459427 or 10303179. OLE color: 10303179.
HSL color Cylindrical-coordinate representation of color #CB369D: hue angle of 318.52º 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 #CB369D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 157 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.20 |
| HSL | 318.52º | 0.59% | 0.5% | - |
| HSV(B) | 318.52º | 0.73% | 0.8% | - |
| XYZ | 32.03 | 17.77 | 33.64 | - |
| YUV | 110.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 157 | 0 | 0.73 | 0.23 | 0.20 | 318.52 | 0.59 | 0.5 |
| Hex | CB | 36 | 9D | 0 | 49 | 17 | 14 | 13F | 3B | 32 |
| Octal | 313 | 66 | 235 | 0 | 111 | 27 | 24 | 477 | 73 | 62 |
| Binary | 11001011 | 110110 | 10011101 | 0 | 1001001 | 10111 | 10100 | 100111111 | 111011 | 110010 |
Color Harmonies of #CB369D
Complementary color
Monochromatic Colors of #CB369D
Black with #CB369D
Text Example
Text Example
White with #CB369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB369D; }
p { color: rgb(203,54,157); }
H1.HeaderClassName
{
color: #CB369D;
}
.AnyTagClassName
{
color: #CB369D;
}
</style>
background-color css
<style>
a { background-color: #CB369D; }
a { background-color: rgb(203,54,157); }
div.DivClassName
{
background-color: #CB369D;
}
.BgClassName
{
background-color: #CB369D;
}
</style>
border-color css
<style>
span { border-color: #CB369D; }
span { border-color: rgb(203,54,157); }
td.TdClassName
{
border-color: #CB369D;
}
.TagClassName
{
border-color: #CB369D;
}
</style>