Shades of Medium Violet Red #CB258C
Tints of Medium Violet Red #CB258C
RGB
CMYK
RGB Variations
Color information
#CB258C (or 0xCB258C) is known color: Medium Violet Red. HEX triplet: CB, 25 and 8C. RGB value is (203,37,140). Sum of RGB (Red+Green+Blue) = 203+37+140=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB258C is #34DA73. Grayscale: #626262. Windows color (decimal): -3463796 or 9184715. OLE color: 9184715.
HSL color Cylindrical-coordinate representation of color #CB258C: hue angle of 322.77º 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 #CB258C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 140 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.20 |
| HSL | 322.77º | 0.69% | 0.47% | - |
| HSV(B) | 322.77º | 0.82% | 0.8% | - |
| XYZ | 30.02 | 15.91 | 26.3 | - |
| YUV | 98.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 140 | 0 | 0.82 | 0.31 | 0.20 | 322.77 | 0.69 | 0.47 |
| Hex | CB | 25 | 8C | 0 | 52 | 1F | 14 | 143 | 45 | 2F |
| Octal | 313 | 45 | 214 | 0 | 122 | 37 | 24 | 503 | 105 | 57 |
| Binary | 11001011 | 100101 | 10001100 | 0 | 1010010 | 11111 | 10100 | 101000011 | 1000101 | 101111 |
Color Harmonies of #CB258C
Complementary color
Monochromatic Colors of #CB258C
Black with #CB258C
Text Example
Text Example
White with #CB258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB258C; }
p { color: rgb(203,37,140); }
H1.HeaderClassName
{
color: #CB258C;
}
.AnyTagClassName
{
color: #CB258C;
}
</style>
background-color css
<style>
a { background-color: #CB258C; }
a { background-color: rgb(203,37,140); }
div.DivClassName
{
background-color: #CB258C;
}
.BgClassName
{
background-color: #CB258C;
}
</style>
border-color css
<style>
span { border-color: #CB258C; }
span { border-color: rgb(203,37,140); }
td.TdClassName
{
border-color: #CB258C;
}
.TagClassName
{
border-color: #CB258C;
}
</style>