Shades of Medium Violet Red #CB1484
Tints of Medium Violet Red #CB1484
RGB
CMYK
RGB Variations
Color information
#CB1484 (or 0xCB1484) is known color: Medium Violet Red. HEX triplet: CB, 14 and 84. RGB value is (203,20,132). Sum of RGB (Red+Green+Blue) = 203+20+132=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1484 is #34EB7B. Grayscale: #575757. Windows color (decimal): -3468156 or 8656075. OLE color: 8656075.
HSL color Cylindrical-coordinate representation of color #CB1484: hue angle of 323.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1484 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 132 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.20 |
| HSL | 323.28º | 0.82% | 0.44% | - |
| HSV(B) | 323.28º | 0.9% | 0.8% | - |
| XYZ | 29.04 | 14.86 | 23.17 | - |
| YUV | 87.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 132 | 0 | 0.90 | 0.35 | 0.20 | 323.28 | 0.82 | 0.44 |
| Hex | CB | 14 | 84 | 0 | 5A | 23 | 14 | 143 | 52 | 2C |
| Octal | 313 | 24 | 204 | 0 | 132 | 43 | 24 | 503 | 122 | 54 |
| Binary | 11001011 | 10100 | 10000100 | 0 | 1011010 | 100011 | 10100 | 101000011 | 1010010 | 101100 |
Color Harmonies of #CB1484
Complementary color
Monochromatic Colors of #CB1484
Black with #CB1484
Text Example
Text Example
White with #CB1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1484; }
p { color: rgb(203,20,132); }
H1.HeaderClassName
{
color: #CB1484;
}
.AnyTagClassName
{
color: #CB1484;
}
</style>
background-color css
<style>
a { background-color: #CB1484; }
a { background-color: rgb(203,20,132); }
div.DivClassName
{
background-color: #CB1484;
}
.BgClassName
{
background-color: #CB1484;
}
</style>
border-color css
<style>
span { border-color: #CB1484; }
span { border-color: rgb(203,20,132); }
td.TdClassName
{
border-color: #CB1484;
}
.TagClassName
{
border-color: #CB1484;
}
</style>