Shades of Medium Violet Red #CB0384
Tints of Medium Violet Red #CB0384
RGB
CMYK
RGB Variations
Color information
#CB0384 (or 0xCB0384) is known color: Medium Violet Red. HEX triplet: CB, 03 and 84. RGB value is (203,3,132). Sum of RGB (Red+Green+Blue) = 203+3+132=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0384 is #34FC7B. Grayscale: #4D4D4D. Windows color (decimal): -3472508 or 8651723. OLE color: 8651723.
HSL color Cylindrical-coordinate representation of color #CB0384: hue angle of 321.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0384 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.20 |
| HSL | 321.3º | 0.97% | 0.4% | - |
| HSV(B) | 321.3º | 0.99% | 0.8% | - |
| XYZ | 28.83 | 14.43 | 23.1 | - |
| YUV | 77.51 | 158.76 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 132 | 0 | 0.99 | 0.35 | 0.20 | 321.3 | 0.97 | 0.4 |
| Hex | CB | 3 | 84 | 0 | 63 | 23 | 14 | 141 | 61 | 28 |
| Octal | 313 | 3 | 204 | 0 | 143 | 43 | 24 | 501 | 141 | 50 |
| Binary | 11001011 | 11 | 10000100 | 0 | 1100011 | 100011 | 10100 | 101000001 | 1100001 | 101000 |
Color Harmonies of #CB0384
Complementary color
Monochromatic Colors of #CB0384
Black with #CB0384
Text Example
Text Example
White with #CB0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0384; }
p { color: rgb(203,3,132); }
H1.HeaderClassName
{
color: #CB0384;
}
.AnyTagClassName
{
color: #CB0384;
}
</style>
background-color css
<style>
a { background-color: #CB0384; }
a { background-color: rgb(203,3,132); }
div.DivClassName
{
background-color: #CB0384;
}
.BgClassName
{
background-color: #CB0384;
}
</style>
border-color css
<style>
span { border-color: #CB0384; }
span { border-color: rgb(203,3,132); }
td.TdClassName
{
border-color: #CB0384;
}
.TagClassName
{
border-color: #CB0384;
}
</style>