Shades of Medium Violet Red #CB067C
Tints of Medium Violet Red #CB067C
RGB
CMYK
RGB Variations
Color information
#CB067C (or 0xCB067C) is known color: Medium Violet Red. HEX triplet: CB, 06 and 7C. RGB value is (203,6,124). Sum of RGB (Red+Green+Blue) = 203+6+124=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB067C is #34F983. Grayscale: #4E4E4E. Windows color (decimal): -3471748 or 8128203. OLE color: 8128203.
HSL color Cylindrical-coordinate representation of color #CB067C: hue angle of 324.06º 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 #CB067C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 124 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.20 |
| HSL | 324.06º | 0.94% | 0.41% | - |
| HSV(B) | 324.06º | 0.97% | 0.8% | - |
| XYZ | 28.33 | 14.28 | 20.33 | - |
| YUV | 78.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 124 | 0 | 0.97 | 0.39 | 0.20 | 324.06 | 0.94 | 0.41 |
| Hex | CB | 6 | 7C | 0 | 61 | 27 | 14 | 144 | 5E | 29 |
| Octal | 313 | 6 | 174 | 0 | 141 | 47 | 24 | 504 | 136 | 51 |
| Binary | 11001011 | 110 | 1111100 | 0 | 1100001 | 100111 | 10100 | 101000100 | 1011110 | 101001 |
Color Harmonies of #CB067C
Complementary color
Monochromatic Colors of #CB067C
Black with #CB067C
Text Example
Text Example
White with #CB067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB067C; }
p { color: rgb(203,6,124); }
H1.HeaderClassName
{
color: #CB067C;
}
.AnyTagClassName
{
color: #CB067C;
}
</style>
background-color css
<style>
a { background-color: #CB067C; }
a { background-color: rgb(203,6,124); }
div.DivClassName
{
background-color: #CB067C;
}
.BgClassName
{
background-color: #CB067C;
}
</style>
border-color css
<style>
span { border-color: #CB067C; }
span { border-color: rgb(203,6,124); }
td.TdClassName
{
border-color: #CB067C;
}
.TagClassName
{
border-color: #CB067C;
}
</style>