Shades of Medium Violet Red #CB069C
Tints of Medium Violet Red #CB069C
RGB
CMYK
RGB Variations
Color information
#CB069C (or 0xCB069C) is known color: Medium Violet Red. HEX triplet: CB, 06 and 9C. RGB value is (203,6,156). Sum of RGB (Red+Green+Blue) = 203+6+156=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB069C is #34F963. Grayscale: #515151. Windows color (decimal): -3471716 or 10225355. OLE color: 10225355.
HSL color Cylindrical-coordinate representation of color #CB069C: hue angle of 314.31º 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 #CB069C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.20 |
| HSL | 314.31º | 0.94% | 0.41% | - |
| HSV(B) | 314.31º | 0.97% | 0.8% | - |
| XYZ | 30.69 | 15.23 | 32.77 | - |
| YUV | 82 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 156 | 0 | 0.97 | 0.23 | 0.20 | 314.31 | 0.94 | 0.41 |
| Hex | CB | 6 | 9C | 0 | 61 | 17 | 14 | 13A | 5E | 29 |
| Octal | 313 | 6 | 234 | 0 | 141 | 27 | 24 | 472 | 136 | 51 |
| Binary | 11001011 | 110 | 10011100 | 0 | 1100001 | 10111 | 10100 | 100111010 | 1011110 | 101001 |
Color Harmonies of #CB069C
Complementary color
Monochromatic Colors of #CB069C
Black with #CB069C
Text Example
Text Example
White with #CB069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB069C; }
p { color: rgb(203,6,156); }
H1.HeaderClassName
{
color: #CB069C;
}
.AnyTagClassName
{
color: #CB069C;
}
</style>
background-color css
<style>
a { background-color: #CB069C; }
a { background-color: rgb(203,6,156); }
div.DivClassName
{
background-color: #CB069C;
}
.BgClassName
{
background-color: #CB069C;
}
</style>
border-color css
<style>
span { border-color: #CB069C; }
span { border-color: rgb(203,6,156); }
td.TdClassName
{
border-color: #CB069C;
}
.TagClassName
{
border-color: #CB069C;
}
</style>