Shades of Medium Violet Red #CB258E
Tints of Medium Violet Red #CB258E
RGB
CMYK
RGB Variations
Color information
#CB258E (or 0xCB258E) is known color: Medium Violet Red. HEX triplet: CB, 25 and 8E. RGB value is (203,37,142). Sum of RGB (Red+Green+Blue) = 203+37+142=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB258E is #34DA71. Grayscale: #626262. Windows color (decimal): -3463794 or 9315787. OLE color: 9315787.
HSL color Cylindrical-coordinate representation of color #CB258E: hue angle of 322.05º 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 #CB258E is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 142 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.20 |
| HSL | 322.05º | 0.69% | 0.47% | - |
| HSV(B) | 322.05º | 0.82% | 0.8% | - |
| XYZ | 30.17 | 15.97 | 27.08 | - |
| YUV | 98.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 142 | 0 | 0.82 | 0.30 | 0.20 | 322.05 | 0.69 | 0.47 |
| Hex | CB | 25 | 8E | 0 | 52 | 1E | 14 | 142 | 45 | 2F |
| Octal | 313 | 45 | 216 | 0 | 122 | 36 | 24 | 502 | 105 | 57 |
| Binary | 11001011 | 100101 | 10001110 | 0 | 1010010 | 11110 | 10100 | 101000010 | 1000101 | 101111 |
Color Harmonies of #CB258E
Complementary color
Monochromatic Colors of #CB258E
Black with #CB258E
Text Example
Text Example
White with #CB258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB258E; }
p { color: rgb(203,37,142); }
H1.HeaderClassName
{
color: #CB258E;
}
.AnyTagClassName
{
color: #CB258E;
}
</style>
background-color css
<style>
a { background-color: #CB258E; }
a { background-color: rgb(203,37,142); }
div.DivClassName
{
background-color: #CB258E;
}
.BgClassName
{
background-color: #CB258E;
}
</style>
border-color css
<style>
span { border-color: #CB258E; }
span { border-color: rgb(203,37,142); }
td.TdClassName
{
border-color: #CB258E;
}
.TagClassName
{
border-color: #CB258E;
}
</style>