Shades of Medium Violet Red #CB006E
Tints of Medium Violet Red #CB006E
RGB
CMYK
RGB Variations
Color information
#CB006E (or 0xCB006E) is known color: Medium Violet Red. HEX triplet: CB, 00 and 6E. RGB value is (203,0,110). Sum of RGB (Red+Green+Blue) = 203+0+110=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB006E is #34FF91. Grayscale: #494949. Windows color (decimal): -3473298 or 7209163. OLE color: 7209163.
HSL color Cylindrical-coordinate representation of color #CB006E: hue angle of 327.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB006E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.46 | 0.20 |
| HSL | 327.49º | 1% | 0.4% | - |
| HSV(B) | 327.49º | 1% | 0.8% | - |
| XYZ | 27.44 | 13.82 | 15.97 | - |
| YUV | 73.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 110 | 0 | 1 | 0.46 | 0.20 | 327.49 | 1 | 0.4 |
| Hex | CB | 0 | 6E | 0 | 64 | 2E | 14 | 147 | 64 | 28 |
| Octal | 313 | 0 | 156 | 0 | 144 | 56 | 24 | 507 | 144 | 50 |
| Binary | 11001011 | 0 | 1101110 | 0 | 1100100 | 101110 | 10100 | 101000111 | 1100100 | 101000 |
Color Harmonies of #CB006E
Complementary color
Monochromatic Colors of #CB006E
Black with #CB006E
Text Example
Text Example
White with #CB006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB006E; }
p { color: rgb(203,0,110); }
H1.HeaderClassName
{
color: #CB006E;
}
.AnyTagClassName
{
color: #CB006E;
}
</style>
background-color css
<style>
a { background-color: #CB006E; }
a { background-color: rgb(203,0,110); }
div.DivClassName
{
background-color: #CB006E;
}
.BgClassName
{
background-color: #CB006E;
}
</style>
border-color css
<style>
span { border-color: #CB006E; }
span { border-color: rgb(203,0,110); }
td.TdClassName
{
border-color: #CB006E;
}
.TagClassName
{
border-color: #CB006E;
}
</style>