Shades of Medium Violet Red #CB2685
Tints of Medium Violet Red #CB2685
RGB
CMYK
RGB Variations
Color information
#CB2685 (or 0xCB2685) is known color: Medium Violet Red. HEX triplet: CB, 26 and 85. RGB value is (203,38,133). Sum of RGB (Red+Green+Blue) = 203+38+133=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2685 is #34D97A. Grayscale: #616161. Windows color (decimal): -3463547 or 8726219. OLE color: 8726219.
HSL color Cylindrical-coordinate representation of color #CB2685: hue angle of 325.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2685 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 133 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.20 |
| HSL | 325.45º | 0.68% | 0.47% | - |
| HSV(B) | 325.45º | 0.81% | 0.8% | - |
| XYZ | 29.56 | 15.78 | 23.68 | - |
| YUV | 98.17 | 147.66 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 133 | 0 | 0.81 | 0.34 | 0.20 | 325.45 | 0.68 | 0.47 |
| Hex | CB | 26 | 85 | 0 | 51 | 22 | 14 | 145 | 44 | 2F |
| Octal | 313 | 46 | 205 | 0 | 121 | 42 | 24 | 505 | 104 | 57 |
| Binary | 11001011 | 100110 | 10000101 | 0 | 1010001 | 100010 | 10100 | 101000101 | 1000100 | 101111 |
Color Harmonies of #CB2685
Complementary color
Monochromatic Colors of #CB2685
Black with #CB2685
Text Example
Text Example
White with #CB2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2685; }
p { color: rgb(203,38,133); }
H1.HeaderClassName
{
color: #CB2685;
}
.AnyTagClassName
{
color: #CB2685;
}
</style>
background-color css
<style>
a { background-color: #CB2685; }
a { background-color: rgb(203,38,133); }
div.DivClassName
{
background-color: #CB2685;
}
.BgClassName
{
background-color: #CB2685;
}
</style>
border-color css
<style>
span { border-color: #CB2685; }
span { border-color: rgb(203,38,133); }
td.TdClassName
{
border-color: #CB2685;
}
.TagClassName
{
border-color: #CB2685;
}
</style>