Shades of Medium Violet Red #CB257E
Tints of Medium Violet Red #CB257E
RGB
CMYK
RGB Variations
Color information
#CB257E (or 0xCB257E) is known color: Medium Violet Red. HEX triplet: CB, 25 and 7E. RGB value is (203,37,126). Sum of RGB (Red+Green+Blue) = 203+37+126=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB257E is #34DA81. Grayscale: #606060. Windows color (decimal): -3463810 or 8267211. OLE color: 8267211.
HSL color Cylindrical-coordinate representation of color #CB257E: hue angle of 327.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB257E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 126 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.20 |
| HSL | 327.83º | 0.69% | 0.47% | - |
| HSV(B) | 327.83º | 0.82% | 0.8% | - |
| XYZ | 29.06 | 15.53 | 21.2 | - |
| YUV | 96.78 | 144.5 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 126 | 0 | 0.82 | 0.38 | 0.20 | 327.83 | 0.69 | 0.47 |
| Hex | CB | 25 | 7E | 0 | 52 | 26 | 14 | 148 | 45 | 2F |
| Octal | 313 | 45 | 176 | 0 | 122 | 46 | 24 | 510 | 105 | 57 |
| Binary | 11001011 | 100101 | 1111110 | 0 | 1010010 | 100110 | 10100 | 101001000 | 1000101 | 101111 |
Color Harmonies of #CB257E
Complementary color
Monochromatic Colors of #CB257E
Black with #CB257E
Text Example
Text Example
White with #CB257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB257E; }
p { color: rgb(203,37,126); }
H1.HeaderClassName
{
color: #CB257E;
}
.AnyTagClassName
{
color: #CB257E;
}
</style>
background-color css
<style>
a { background-color: #CB257E; }
a { background-color: rgb(203,37,126); }
div.DivClassName
{
background-color: #CB257E;
}
.BgClassName
{
background-color: #CB257E;
}
</style>
border-color css
<style>
span { border-color: #CB257E; }
span { border-color: rgb(203,37,126); }
td.TdClassName
{
border-color: #CB257E;
}
.TagClassName
{
border-color: #CB257E;
}
</style>