Shades of Deep Magenta #C50FCB
Tints of Deep Magenta #C50FCB
RGB
CMYK
RGB Variations
Color information
#C50FCB (or 0xC50FCB) is known color: Deep Magenta. HEX triplet: C5, 0F and CB. RGB value is (197,15,203). Sum of RGB (Red+Green+Blue) = 197+15+203=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C50FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50FCB is #3AF034. Grayscale: #5A5A5A. Windows color (decimal): -3862581 or 13307845. OLE color: 13307845.
HSL color Cylindrical-coordinate representation of color #C50FCB: hue angle of 298.09º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50FCB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 15 | 203 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.20 |
| HSL | 298.09º | 0.86% | 0.43% | - |
| HSV(B) | 298.09º | 0.93% | 0.8% | - |
| XYZ | 33.98 | 16.52 | 57.9 | - |
| YUV | 90.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 203 | 0.03 | 0.93 | 0 | 0.20 | 298.09 | 0.86 | 0.43 |
| Hex | C5 | F | CB | 3 | 5D | 0 | 14 | 12A | 56 | 2B |
| Octal | 305 | 17 | 313 | 3 | 135 | 0 | 24 | 452 | 126 | 53 |
| Binary | 11000101 | 1111 | 11001011 | 11 | 1011101 | 0 | 10100 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C50FCB
Complementary color
Monochromatic Colors of #C50FCB
Black with #C50FCB
Text Example
Text Example
White with #C50FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FCB; }
p { color: rgb(197,15,203); }
H1.HeaderClassName
{
color: #C50FCB;
}
.AnyTagClassName
{
color: #C50FCB;
}
</style>
background-color css
<style>
a { background-color: #C50FCB; }
a { background-color: rgb(197,15,203); }
div.DivClassName
{
background-color: #C50FCB;
}
.BgClassName
{
background-color: #C50FCB;
}
</style>
border-color css
<style>
span { border-color: #C50FCB; }
span { border-color: rgb(197,15,203); }
td.TdClassName
{
border-color: #C50FCB;
}
.TagClassName
{
border-color: #C50FCB;
}
</style>