Shades of Medium Violet Red #CB069E
Tints of Medium Violet Red #CB069E
RGB
CMYK
RGB Variations
Color information
#CB069E (or 0xCB069E) is known color: Medium Violet Red. HEX triplet: CB, 06 and 9E. RGB value is (203,6,158). Sum of RGB (Red+Green+Blue) = 203+6+158=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB069E is #34F961. Grayscale: #515151. Windows color (decimal): -3471714 or 10356427. OLE color: 10356427.
HSL color Cylindrical-coordinate representation of color #CB069E: hue angle of 313.71º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB069E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.20 |
| HSL | 313.71º | 0.94% | 0.41% | - |
| HSV(B) | 313.71º | 0.97% | 0.8% | - |
| XYZ | 30.87 | 15.3 | 33.67 | - |
| YUV | 82.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 158 | 0 | 0.97 | 0.22 | 0.20 | 313.71 | 0.94 | 0.41 |
| Hex | CB | 6 | 9E | 0 | 61 | 16 | 14 | 13A | 5E | 29 |
| Octal | 313 | 6 | 236 | 0 | 141 | 26 | 24 | 472 | 136 | 51 |
| Binary | 11001011 | 110 | 10011110 | 0 | 1100001 | 10110 | 10100 | 100111010 | 1011110 | 101001 |
Color Harmonies of #CB069E
Complementary color
Monochromatic Colors of #CB069E
Black with #CB069E
Text Example
Text Example
White with #CB069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB069E; }
p { color: rgb(203,6,158); }
H1.HeaderClassName
{
color: #CB069E;
}
.AnyTagClassName
{
color: #CB069E;
}
</style>
background-color css
<style>
a { background-color: #CB069E; }
a { background-color: rgb(203,6,158); }
div.DivClassName
{
background-color: #CB069E;
}
.BgClassName
{
background-color: #CB069E;
}
</style>
border-color css
<style>
span { border-color: #CB069E; }
span { border-color: rgb(203,6,158); }
td.TdClassName
{
border-color: #CB069E;
}
.TagClassName
{
border-color: #CB069E;
}
</style>