Shades of Medium Violet Red #CB0381
Tints of Medium Violet Red #CB0381
RGB
CMYK
RGB Variations
Color information
#CB0381 (or 0xCB0381) is known color: Medium Violet Red. HEX triplet: CB, 03 and 81. RGB value is (203,3,129). Sum of RGB (Red+Green+Blue) = 203+3+129=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0381 is #34FC7E. Grayscale: #4C4C4C. Windows color (decimal): -3472511 or 8455115. OLE color: 8455115.
HSL color Cylindrical-coordinate representation of color #CB0381: hue angle of 322.2º 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 #CB0381 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.20 |
| HSL | 322.2º | 0.97% | 0.4% | - |
| HSV(B) | 322.2º | 0.99% | 0.8% | - |
| XYZ | 28.62 | 14.35 | 22.03 | - |
| YUV | 77.16 | 157.26 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 129 | 0 | 0.99 | 0.36 | 0.20 | 322.2 | 0.97 | 0.4 |
| Hex | CB | 3 | 81 | 0 | 63 | 24 | 14 | 142 | 61 | 28 |
| Octal | 313 | 3 | 201 | 0 | 143 | 44 | 24 | 502 | 141 | 50 |
| Binary | 11001011 | 11 | 10000001 | 0 | 1100011 | 100100 | 10100 | 101000010 | 1100001 | 101000 |
Color Harmonies of #CB0381
Complementary color
Monochromatic Colors of #CB0381
Black with #CB0381
Text Example
Text Example
White with #CB0381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0381; }
p { color: rgb(203,3,129); }
H1.HeaderClassName
{
color: #CB0381;
}
.AnyTagClassName
{
color: #CB0381;
}
</style>
background-color css
<style>
a { background-color: #CB0381; }
a { background-color: rgb(203,3,129); }
div.DivClassName
{
background-color: #CB0381;
}
.BgClassName
{
background-color: #CB0381;
}
</style>
border-color css
<style>
span { border-color: #CB0381; }
span { border-color: rgb(203,3,129); }
td.TdClassName
{
border-color: #CB0381;
}
.TagClassName
{
border-color: #CB0381;
}
</style>