Shades of Medium Violet Red #CB14A7
Tints of Medium Violet Red #CB14A7
RGB
CMYK
RGB Variations
Color information
#CB14A7 (or 0xCB14A7) is known color: Medium Violet Red. HEX triplet: CB, 14 and A7. RGB value is (203,20,167). Sum of RGB (Red+Green+Blue) = 203+20+167=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB14A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB14A7 is #34EB58. Grayscale: #5B5B5B. Windows color (decimal): -3468121 or 10949835. OLE color: 10949835.
HSL color Cylindrical-coordinate representation of color #CB14A7: hue angle of 311.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB14A7 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 167 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.20 |
| HSL | 311.8º | 0.82% | 0.44% | - |
| HSV(B) | 311.8º | 0.9% | 0.8% | - |
| XYZ | 31.85 | 15.99 | 37.97 | - |
| YUV | 91.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 167 | 0 | 0.90 | 0.18 | 0.20 | 311.8 | 0.82 | 0.44 |
| Hex | CB | 14 | A7 | 0 | 5A | 12 | 14 | 138 | 52 | 2C |
| Octal | 313 | 24 | 247 | 0 | 132 | 22 | 24 | 470 | 122 | 54 |
| Binary | 11001011 | 10100 | 10100111 | 0 | 1011010 | 10010 | 10100 | 100111000 | 1010010 | 101100 |
Color Harmonies of #CB14A7
Complementary color
Monochromatic Colors of #CB14A7
Black with #CB14A7
Text Example
Text Example
White with #CB14A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14A7; }
p { color: rgb(203,20,167); }
H1.HeaderClassName
{
color: #CB14A7;
}
.AnyTagClassName
{
color: #CB14A7;
}
</style>
background-color css
<style>
a { background-color: #CB14A7; }
a { background-color: rgb(203,20,167); }
div.DivClassName
{
background-color: #CB14A7;
}
.BgClassName
{
background-color: #CB14A7;
}
</style>
border-color css
<style>
span { border-color: #CB14A7; }
span { border-color: rgb(203,20,167); }
td.TdClassName
{
border-color: #CB14A7;
}
.TagClassName
{
border-color: #CB14A7;
}
</style>