Shades of Medium Violet Red #CB1284
Tints of Medium Violet Red #CB1284
RGB
CMYK
RGB Variations
Color information
#CB1284 (or 0xCB1284) is known color: Medium Violet Red. HEX triplet: CB, 12 and 84. RGB value is (203,18,132). Sum of RGB (Red+Green+Blue) = 203+18+132=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1284 is #34ED7B. Grayscale: #565656. Windows color (decimal): -3468668 or 8655563. OLE color: 8655563.
HSL color Cylindrical-coordinate representation of color #CB1284: hue angle of 323.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1284 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 132 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.20 |
| HSL | 323.03º | 0.84% | 0.43% | - |
| HSV(B) | 323.03º | 0.91% | 0.8% | - |
| XYZ | 29.01 | 14.8 | 23.16 | - |
| YUV | 86.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 132 | 0 | 0.91 | 0.35 | 0.20 | 323.03 | 0.84 | 0.43 |
| Hex | CB | 12 | 84 | 0 | 5B | 23 | 14 | 143 | 54 | 2B |
| Octal | 313 | 22 | 204 | 0 | 133 | 43 | 24 | 503 | 124 | 53 |
| Binary | 11001011 | 10010 | 10000100 | 0 | 1011011 | 100011 | 10100 | 101000011 | 1010100 | 101011 |
Color Harmonies of #CB1284
Complementary color
Monochromatic Colors of #CB1284
Black with #CB1284
Text Example
Text Example
White with #CB1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1284; }
p { color: rgb(203,18,132); }
H1.HeaderClassName
{
color: #CB1284;
}
.AnyTagClassName
{
color: #CB1284;
}
</style>
background-color css
<style>
a { background-color: #CB1284; }
a { background-color: rgb(203,18,132); }
div.DivClassName
{
background-color: #CB1284;
}
.BgClassName
{
background-color: #CB1284;
}
</style>
border-color css
<style>
span { border-color: #CB1284; }
span { border-color: rgb(203,18,132); }
td.TdClassName
{
border-color: #CB1284;
}
.TagClassName
{
border-color: #CB1284;
}
</style>