Shades of Medium Red Violet #CB369F
Tints of Medium Red Violet #CB369F
RGB
CMYK
RGB Variations
Color information
#CB369F (or 0xCB369F) is known color: Medium Red Violet. HEX triplet: CB, 36 and 9F. RGB value is (203,54,159). Sum of RGB (Red+Green+Blue) = 203+54+159=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB369F is #34C960. Grayscale: #6E6E6E. Windows color (decimal): -3459425 or 10434251. OLE color: 10434251.
HSL color Cylindrical-coordinate representation of color #CB369F: hue angle of 317.72º 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 #CB369F is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 159 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.20 |
| HSL | 317.72º | 0.59% | 0.5% | - |
| HSV(B) | 317.72º | 0.73% | 0.8% | - |
| XYZ | 32.21 | 17.84 | 34.55 | - |
| YUV | 110.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 159 | 0 | 0.73 | 0.22 | 0.20 | 317.72 | 0.59 | 0.5 |
| Hex | CB | 36 | 9F | 0 | 49 | 16 | 14 | 13E | 3B | 32 |
| Octal | 313 | 66 | 237 | 0 | 111 | 26 | 24 | 476 | 73 | 62 |
| Binary | 11001011 | 110110 | 10011111 | 0 | 1001001 | 10110 | 10100 | 100111110 | 111011 | 110010 |
Color Harmonies of #CB369F
Complementary color
Monochromatic Colors of #CB369F
Black with #CB369F
Text Example
Text Example
White with #CB369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB369F; }
p { color: rgb(203,54,159); }
H1.HeaderClassName
{
color: #CB369F;
}
.AnyTagClassName
{
color: #CB369F;
}
</style>
background-color css
<style>
a { background-color: #CB369F; }
a { background-color: rgb(203,54,159); }
div.DivClassName
{
background-color: #CB369F;
}
.BgClassName
{
background-color: #CB369F;
}
</style>
border-color css
<style>
span { border-color: #CB369F; }
span { border-color: rgb(203,54,159); }
td.TdClassName
{
border-color: #CB369F;
}
.TagClassName
{
border-color: #CB369F;
}
</style>