Shades of Medium Violet Red #CB2386
Tints of Medium Violet Red #CB2386
RGB
CMYK
RGB Variations
Color information
#CB2386 (or 0xCB2386) is known color: Medium Violet Red. HEX triplet: CB, 23 and 86. RGB value is (203,35,134). Sum of RGB (Red+Green+Blue) = 203+35+134=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2386 is #34DC79. Grayscale: #606060. Windows color (decimal): -3464314 or 8790987. OLE color: 8790987.
HSL color Cylindrical-coordinate representation of color #CB2386: hue angle of 324.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2386 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 134 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.20 |
| HSL | 324.64º | 0.71% | 0.47% | - |
| HSV(B) | 324.64º | 0.83% | 0.8% | - |
| XYZ | 29.53 | 15.62 | 24.01 | - |
| YUV | 96.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 134 | 0 | 0.83 | 0.34 | 0.20 | 324.64 | 0.71 | 0.47 |
| Hex | CB | 23 | 86 | 0 | 53 | 22 | 14 | 145 | 47 | 2F |
| Octal | 313 | 43 | 206 | 0 | 123 | 42 | 24 | 505 | 107 | 57 |
| Binary | 11001011 | 100011 | 10000110 | 0 | 1010011 | 100010 | 10100 | 101000101 | 1000111 | 101111 |
Color Harmonies of #CB2386
Complementary color
Monochromatic Colors of #CB2386
Black with #CB2386
Text Example
Text Example
White with #CB2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2386; }
p { color: rgb(203,35,134); }
H1.HeaderClassName
{
color: #CB2386;
}
.AnyTagClassName
{
color: #CB2386;
}
</style>
background-color css
<style>
a { background-color: #CB2386; }
a { background-color: rgb(203,35,134); }
div.DivClassName
{
background-color: #CB2386;
}
.BgClassName
{
background-color: #CB2386;
}
</style>
border-color css
<style>
span { border-color: #CB2386; }
span { border-color: rgb(203,35,134); }
td.TdClassName
{
border-color: #CB2386;
}
.TagClassName
{
border-color: #CB2386;
}
</style>