Shades of Medium Violet Red #CB257B
Tints of Medium Violet Red #CB257B
RGB
CMYK
RGB Variations
Color information
#CB257B (or 0xCB257B) is known color: Medium Violet Red. HEX triplet: CB, 25 and 7B. RGB value is (203,37,123). Sum of RGB (Red+Green+Blue) = 203+37+123=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB257B is #34DA84. Grayscale: #606060. Windows color (decimal): -3463813 or 8070603. OLE color: 8070603.
HSL color Cylindrical-coordinate representation of color #CB257B: hue angle of 328.92º 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 #CB257B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 123 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.20 |
| HSL | 328.92º | 0.69% | 0.47% | - |
| HSV(B) | 328.92º | 0.82% | 0.8% | - |
| XYZ | 28.87 | 15.45 | 20.2 | - |
| YUV | 96.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 123 | 0 | 0.82 | 0.39 | 0.20 | 328.92 | 0.69 | 0.47 |
| Hex | CB | 25 | 7B | 0 | 52 | 27 | 14 | 149 | 45 | 2F |
| Octal | 313 | 45 | 173 | 0 | 122 | 47 | 24 | 511 | 105 | 57 |
| Binary | 11001011 | 100101 | 1111011 | 0 | 1010010 | 100111 | 10100 | 101001001 | 1000101 | 101111 |
Color Harmonies of #CB257B
Complementary color
Monochromatic Colors of #CB257B
Black with #CB257B
Text Example
Text Example
White with #CB257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB257B; }
p { color: rgb(203,37,123); }
H1.HeaderClassName
{
color: #CB257B;
}
.AnyTagClassName
{
color: #CB257B;
}
</style>
background-color css
<style>
a { background-color: #CB257B; }
a { background-color: rgb(203,37,123); }
div.DivClassName
{
background-color: #CB257B;
}
.BgClassName
{
background-color: #CB257B;
}
</style>
border-color css
<style>
span { border-color: #CB257B; }
span { border-color: rgb(203,37,123); }
td.TdClassName
{
border-color: #CB257B;
}
.TagClassName
{
border-color: #CB257B;
}
</style>