Shades of Medium Red Violet #CB369B
Tints of Medium Red Violet #CB369B
RGB
CMYK
RGB Variations
Color information
#CB369B (or 0xCB369B) is known color: Medium Red Violet. HEX triplet: CB, 36 and 9B. RGB value is (203,54,155). Sum of RGB (Red+Green+Blue) = 203+54+155=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB369B is #34C964. Grayscale: #6D6D6D. Windows color (decimal): -3459429 or 10172107. OLE color: 10172107.
HSL color Cylindrical-coordinate representation of color #CB369B: hue angle of 319.33º 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 #CB369B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 155 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.20 |
| HSL | 319.33º | 0.59% | 0.5% | - |
| HSV(B) | 319.33º | 0.73% | 0.8% | - |
| XYZ | 31.86 | 17.7 | 32.75 | - |
| YUV | 110.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 155 | 0 | 0.73 | 0.24 | 0.20 | 319.33 | 0.59 | 0.5 |
| Hex | CB | 36 | 9B | 0 | 49 | 18 | 14 | 13F | 3B | 32 |
| Octal | 313 | 66 | 233 | 0 | 111 | 30 | 24 | 477 | 73 | 62 |
| Binary | 11001011 | 110110 | 10011011 | 0 | 1001001 | 11000 | 10100 | 100111111 | 111011 | 110010 |
Color Harmonies of #CB369B
Complementary color
Monochromatic Colors of #CB369B
Black with #CB369B
Text Example
Text Example
White with #CB369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB369B; }
p { color: rgb(203,54,155); }
H1.HeaderClassName
{
color: #CB369B;
}
.AnyTagClassName
{
color: #CB369B;
}
</style>
background-color css
<style>
a { background-color: #CB369B; }
a { background-color: rgb(203,54,155); }
div.DivClassName
{
background-color: #CB369B;
}
.BgClassName
{
background-color: #CB369B;
}
</style>
border-color css
<style>
span { border-color: #CB369B; }
span { border-color: rgb(203,54,155); }
td.TdClassName
{
border-color: #CB369B;
}
.TagClassName
{
border-color: #CB369B;
}
</style>