Shades of Medium Violet Red #CB006D
Tints of Medium Violet Red #CB006D
RGB
CMYK
RGB Variations
Color information
#CB006D (or 0xCB006D) is known color: Medium Violet Red. HEX triplet: CB, 00 and 6D. RGB value is (203,0,109). Sum of RGB (Red+Green+Blue) = 203+0+109=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB006D is #34FF92. Grayscale: #484848. Windows color (decimal): -3473299 or 7143627. OLE color: 7143627.
HSL color Cylindrical-coordinate representation of color #CB006D: hue angle of 327.78º 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 #CB006D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.46 | 0.20 |
| HSL | 327.78º | 1% | 0.4% | - |
| HSV(B) | 327.78º | 1% | 0.8% | - |
| XYZ | 27.39 | 13.8 | 15.69 | - |
| YUV | 73.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 109 | 0 | 1 | 0.46 | 0.20 | 327.78 | 1 | 0.4 |
| Hex | CB | 0 | 6D | 0 | 64 | 2E | 14 | 148 | 64 | 28 |
| Octal | 313 | 0 | 155 | 0 | 144 | 56 | 24 | 510 | 144 | 50 |
| Binary | 11001011 | 0 | 1101101 | 0 | 1100100 | 101110 | 10100 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CB006D
Complementary color
Monochromatic Colors of #CB006D
Black with #CB006D
Text Example
Text Example
White with #CB006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB006D; }
p { color: rgb(203,0,109); }
H1.HeaderClassName
{
color: #CB006D;
}
.AnyTagClassName
{
color: #CB006D;
}
</style>
background-color css
<style>
a { background-color: #CB006D; }
a { background-color: rgb(203,0,109); }
div.DivClassName
{
background-color: #CB006D;
}
.BgClassName
{
background-color: #CB006D;
}
</style>
border-color css
<style>
span { border-color: #CB006D; }
span { border-color: rgb(203,0,109); }
td.TdClassName
{
border-color: #CB006D;
}
.TagClassName
{
border-color: #CB006D;
}
</style>