Shades of Medium Violet Red #CB2478
Tints of Medium Violet Red #CB2478
RGB
CMYK
RGB Variations
Color information
#CB2478 (or 0xCB2478) is known color: Medium Violet Red. HEX triplet: CB, 24 and 78. RGB value is (203,36,120). Sum of RGB (Red+Green+Blue) = 203+36+120=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2478 is #34DB87. Grayscale: #5F5F5F. Windows color (decimal): -3464072 or 7873739. OLE color: 7873739.
HSL color Cylindrical-coordinate representation of color #CB2478: hue angle of 329.82º 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 #CB2478 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 120 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.20 |
| HSL | 329.82º | 0.7% | 0.47% | - |
| HSV(B) | 329.82º | 0.82% | 0.8% | - |
| XYZ | 28.65 | 15.31 | 19.22 | - |
| YUV | 95.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 120 | 0 | 0.82 | 0.41 | 0.20 | 329.82 | 0.7 | 0.47 |
| Hex | CB | 24 | 78 | 0 | 52 | 29 | 14 | 14A | 46 | 2F |
| Octal | 313 | 44 | 170 | 0 | 122 | 51 | 24 | 512 | 106 | 57 |
| Binary | 11001011 | 100100 | 1111000 | 0 | 1010010 | 101001 | 10100 | 101001010 | 1000110 | 101111 |
Color Harmonies of #CB2478
Complementary color
Monochromatic Colors of #CB2478
Black with #CB2478
Text Example
Text Example
White with #CB2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2478; }
p { color: rgb(203,36,120); }
H1.HeaderClassName
{
color: #CB2478;
}
.AnyTagClassName
{
color: #CB2478;
}
</style>
background-color css
<style>
a { background-color: #CB2478; }
a { background-color: rgb(203,36,120); }
div.DivClassName
{
background-color: #CB2478;
}
.BgClassName
{
background-color: #CB2478;
}
</style>
border-color css
<style>
span { border-color: #CB2478; }
span { border-color: rgb(203,36,120); }
td.TdClassName
{
border-color: #CB2478;
}
.TagClassName
{
border-color: #CB2478;
}
</style>