Shades of Medium Violet Red #CB2784
Tints of Medium Violet Red #CB2784
RGB
CMYK
RGB Variations
Color information
#CB2784 (or 0xCB2784) is known color: Medium Violet Red. HEX triplet: CB, 27 and 84. RGB value is (203,39,132). Sum of RGB (Red+Green+Blue) = 203+39+132=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2784 is #34D87B. Grayscale: #626262. Windows color (decimal): -3463292 or 8660939. OLE color: 8660939.
HSL color Cylindrical-coordinate representation of color #CB2784: hue angle of 325.98º 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 #CB2784 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 132 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.20 |
| HSL | 325.98º | 0.68% | 0.47% | - |
| HSV(B) | 325.98º | 0.81% | 0.8% | - |
| XYZ | 29.52 | 15.81 | 23.33 | - |
| YUV | 98.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 132 | 0 | 0.81 | 0.35 | 0.20 | 325.98 | 0.68 | 0.47 |
| Hex | CB | 27 | 84 | 0 | 51 | 23 | 14 | 146 | 44 | 2F |
| Octal | 313 | 47 | 204 | 0 | 121 | 43 | 24 | 506 | 104 | 57 |
| Binary | 11001011 | 100111 | 10000100 | 0 | 1010001 | 100011 | 10100 | 101000110 | 1000100 | 101111 |
Color Harmonies of #CB2784
Complementary color
Monochromatic Colors of #CB2784
Black with #CB2784
Text Example
Text Example
White with #CB2784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2784; }
p { color: rgb(203,39,132); }
H1.HeaderClassName
{
color: #CB2784;
}
.AnyTagClassName
{
color: #CB2784;
}
</style>
background-color css
<style>
a { background-color: #CB2784; }
a { background-color: rgb(203,39,132); }
div.DivClassName
{
background-color: #CB2784;
}
.BgClassName
{
background-color: #CB2784;
}
</style>
border-color css
<style>
span { border-color: #CB2784; }
span { border-color: rgb(203,39,132); }
td.TdClassName
{
border-color: #CB2784;
}
.TagClassName
{
border-color: #CB2784;
}
</style>