Shades of Deep Magenta #C514CB
Tints of Deep Magenta #C514CB
RGB
CMYK
RGB Variations
Color information
#C514CB (or 0xC514CB) is known color: Deep Magenta. HEX triplet: C5, 14 and CB. RGB value is (197,20,203). Sum of RGB (Red+Green+Blue) = 197+20+203=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #C514CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514CB is #3AEB34. Grayscale: #5D5D5D. Windows color (decimal): -3861301 or 13309125. OLE color: 13309125.
HSL color Cylindrical-coordinate representation of color #C514CB: hue angle of 298.03º 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 #C514CB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 20 | 203 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.20 |
| HSL | 298.03º | 0.82% | 0.44% | - |
| HSV(B) | 298.03º | 0.9% | 0.8% | - |
| XYZ | 34.06 | 16.68 | 57.93 | - |
| YUV | 93.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 203 | 0.03 | 0.90 | 0 | 0.20 | 298.03 | 0.82 | 0.44 |
| Hex | C5 | 14 | CB | 3 | 5A | 0 | 14 | 12A | 52 | 2C |
| Octal | 305 | 24 | 313 | 3 | 132 | 0 | 24 | 452 | 122 | 54 |
| Binary | 11000101 | 10100 | 11001011 | 11 | 1011010 | 0 | 10100 | 100101010 | 1010010 | 101100 |
Color Harmonies of #C514CB
Complementary color
Monochromatic Colors of #C514CB
Black with #C514CB
Text Example
Text Example
White with #C514CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514CB; }
p { color: rgb(197,20,203); }
H1.HeaderClassName
{
color: #C514CB;
}
.AnyTagClassName
{
color: #C514CB;
}
</style>
background-color css
<style>
a { background-color: #C514CB; }
a { background-color: rgb(197,20,203); }
div.DivClassName
{
background-color: #C514CB;
}
.BgClassName
{
background-color: #C514CB;
}
</style>
border-color css
<style>
span { border-color: #C514CB; }
span { border-color: rgb(197,20,203); }
td.TdClassName
{
border-color: #C514CB;
}
.TagClassName
{
border-color: #C514CB;
}
</style>