Shades of Medium Red Violet #CB3690
Tints of Medium Red Violet #CB3690
RGB
CMYK
RGB Variations
Color information
#CB3690 (or 0xCB3690) is known color: Medium Red Violet. HEX triplet: CB, 36 and 90. RGB value is (203,54,144). Sum of RGB (Red+Green+Blue) = 203+54+144=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3690 is #34C96F. Grayscale: #6C6C6C. Windows color (decimal): -3459440 or 9451211. OLE color: 9451211.
HSL color Cylindrical-coordinate representation of color #CB3690: hue angle of 323.76º 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 #CB3690 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 144 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.20 |
| HSL | 323.76º | 0.59% | 0.5% | - |
| HSV(B) | 323.76º | 0.73% | 0.8% | - |
| XYZ | 30.98 | 17.35 | 28.1 | - |
| YUV | 108.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 144 | 0 | 0.73 | 0.29 | 0.20 | 323.76 | 0.59 | 0.5 |
| Hex | CB | 36 | 90 | 0 | 49 | 1D | 14 | 144 | 3B | 32 |
| Octal | 313 | 66 | 220 | 0 | 111 | 35 | 24 | 504 | 73 | 62 |
| Binary | 11001011 | 110110 | 10010000 | 0 | 1001001 | 11101 | 10100 | 101000100 | 111011 | 110010 |
Color Harmonies of #CB3690
Complementary color
Monochromatic Colors of #CB3690
Black with #CB3690
Text Example
Text Example
White with #CB3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3690; }
p { color: rgb(203,54,144); }
H1.HeaderClassName
{
color: #CB3690;
}
.AnyTagClassName
{
color: #CB3690;
}
</style>
background-color css
<style>
a { background-color: #CB3690; }
a { background-color: rgb(203,54,144); }
div.DivClassName
{
background-color: #CB3690;
}
.BgClassName
{
background-color: #CB3690;
}
</style>
border-color css
<style>
span { border-color: #CB3690; }
span { border-color: rgb(203,54,144); }
td.TdClassName
{
border-color: #CB3690;
}
.TagClassName
{
border-color: #CB3690;
}
</style>