Shades of Medium Violet Red #CB068A
Tints of Medium Violet Red #CB068A
RGB
CMYK
RGB Variations
Color information
#CB068A (or 0xCB068A) is known color: Medium Violet Red. HEX triplet: CB, 06 and 8A. RGB value is (203,6,138). Sum of RGB (Red+Green+Blue) = 203+6+138=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB068A is #34F975. Grayscale: #4F4F4F. Windows color (decimal): -3471734 or 9045707. OLE color: 9045707.
HSL color Cylindrical-coordinate representation of color #CB068A: hue angle of 319.8º 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 #CB068A is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.20 |
| HSL | 319.8º | 0.94% | 0.41% | - |
| HSV(B) | 319.8º | 0.97% | 0.8% | - |
| XYZ | 29.28 | 14.66 | 25.33 | - |
| YUV | 79.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 138 | 0 | 0.97 | 0.32 | 0.20 | 319.8 | 0.94 | 0.41 |
| Hex | CB | 6 | 8A | 0 | 61 | 20 | 14 | 140 | 5E | 29 |
| Octal | 313 | 6 | 212 | 0 | 141 | 40 | 24 | 500 | 136 | 51 |
| Binary | 11001011 | 110 | 10001010 | 0 | 1100001 | 100000 | 10100 | 101000000 | 1011110 | 101001 |
Color Harmonies of #CB068A
Complementary color
Monochromatic Colors of #CB068A
Black with #CB068A
Text Example
Text Example
White with #CB068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB068A; }
p { color: rgb(203,6,138); }
H1.HeaderClassName
{
color: #CB068A;
}
.AnyTagClassName
{
color: #CB068A;
}
</style>
background-color css
<style>
a { background-color: #CB068A; }
a { background-color: rgb(203,6,138); }
div.DivClassName
{
background-color: #CB068A;
}
.BgClassName
{
background-color: #CB068A;
}
</style>
border-color css
<style>
span { border-color: #CB068A; }
span { border-color: rgb(203,6,138); }
td.TdClassName
{
border-color: #CB068A;
}
.TagClassName
{
border-color: #CB068A;
}
</style>