Shades of Medium Violet Red #CB268D
Tints of Medium Violet Red #CB268D
RGB
CMYK
RGB Variations
Color information
#CB268D (or 0xCB268D) is known color: Medium Violet Red. HEX triplet: CB, 26 and 8D. RGB value is (203,38,141). Sum of RGB (Red+Green+Blue) = 203+38+141=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB268D is #34D972. Grayscale: #626262. Windows color (decimal): -3463539 or 9250507. OLE color: 9250507.
HSL color Cylindrical-coordinate representation of color #CB268D: hue angle of 322.55º 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 #CB268D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 141 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.20 |
| HSL | 322.55º | 0.68% | 0.47% | - |
| HSV(B) | 322.55º | 0.81% | 0.8% | - |
| XYZ | 30.13 | 16.01 | 26.7 | - |
| YUV | 99.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 141 | 0 | 0.81 | 0.31 | 0.20 | 322.55 | 0.68 | 0.47 |
| Hex | CB | 26 | 8D | 0 | 51 | 1F | 14 | 143 | 44 | 2F |
| Octal | 313 | 46 | 215 | 0 | 121 | 37 | 24 | 503 | 104 | 57 |
| Binary | 11001011 | 100110 | 10001101 | 0 | 1010001 | 11111 | 10100 | 101000011 | 1000100 | 101111 |
Color Harmonies of #CB268D
Complementary color
Monochromatic Colors of #CB268D
Black with #CB268D
Text Example
Text Example
White with #CB268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB268D; }
p { color: rgb(203,38,141); }
H1.HeaderClassName
{
color: #CB268D;
}
.AnyTagClassName
{
color: #CB268D;
}
</style>
background-color css
<style>
a { background-color: #CB268D; }
a { background-color: rgb(203,38,141); }
div.DivClassName
{
background-color: #CB268D;
}
.BgClassName
{
background-color: #CB268D;
}
</style>
border-color css
<style>
span { border-color: #CB268D; }
span { border-color: rgb(203,38,141); }
td.TdClassName
{
border-color: #CB268D;
}
.TagClassName
{
border-color: #CB268D;
}
</style>