Shades of Medium Violet Red #CB2484
Tints of Medium Violet Red #CB2484
RGB
CMYK
RGB Variations
Color information
#CB2484 (or 0xCB2484) is known color: Medium Violet Red. HEX triplet: CB, 24 and 84. RGB value is (203,36,132). Sum of RGB (Red+Green+Blue) = 203+36+132=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2484 is #34DB7B. Grayscale: #606060. Windows color (decimal): -3464060 or 8660171. OLE color: 8660171.
HSL color Cylindrical-coordinate representation of color #CB2484: hue angle of 325.51º degrees, saturation: 0.7, 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 #CB2484 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 132 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.20 |
| HSL | 325.51º | 0.7% | 0.47% | - |
| HSV(B) | 325.51º | 0.82% | 0.8% | - |
| XYZ | 29.42 | 15.62 | 23.29 | - |
| YUV | 96.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 132 | 0 | 0.82 | 0.35 | 0.20 | 325.51 | 0.7 | 0.47 |
| Hex | CB | 24 | 84 | 0 | 52 | 23 | 14 | 146 | 46 | 2F |
| Octal | 313 | 44 | 204 | 0 | 122 | 43 | 24 | 506 | 106 | 57 |
| Binary | 11001011 | 100100 | 10000100 | 0 | 1010010 | 100011 | 10100 | 101000110 | 1000110 | 101111 |
Color Harmonies of #CB2484
Complementary color
Monochromatic Colors of #CB2484
Black with #CB2484
Text Example
Text Example
White with #CB2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2484; }
p { color: rgb(203,36,132); }
H1.HeaderClassName
{
color: #CB2484;
}
.AnyTagClassName
{
color: #CB2484;
}
</style>
background-color css
<style>
a { background-color: #CB2484; }
a { background-color: rgb(203,36,132); }
div.DivClassName
{
background-color: #CB2484;
}
.BgClassName
{
background-color: #CB2484;
}
</style>
border-color css
<style>
span { border-color: #CB2484; }
span { border-color: rgb(203,36,132); }
td.TdClassName
{
border-color: #CB2484;
}
.TagClassName
{
border-color: #CB2484;
}
</style>