Shades of Deep Magenta #C50CCB
Tints of Deep Magenta #C50CCB
RGB
CMYK
RGB Variations
Color information
#C50CCB (or 0xC50CCB) is known color: Deep Magenta. HEX triplet: C5, 0C and CB. RGB value is (197,12,203). Sum of RGB (Red+Green+Blue) = 197+12+203=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C50CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCB is #3AF334. Grayscale: #585858. Windows color (decimal): -3863349 or 13307077. OLE color: 13307077.
HSL color Cylindrical-coordinate representation of color #C50CCB: hue angle of 298.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CCB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 12 | 203 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.20 |
| HSL | 298.12º | 0.89% | 0.42% | - |
| HSV(B) | 298.12º | 0.94% | 0.8% | - |
| XYZ | 33.94 | 16.45 | 57.89 | - |
| YUV | 89.09 | 192.29 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 203 | 0.03 | 0.94 | 0 | 0.20 | 298.12 | 0.89 | 0.42 |
| Hex | C5 | C | CB | 3 | 5E | 0 | 14 | 12A | 59 | 2A |
| Octal | 305 | 14 | 313 | 3 | 136 | 0 | 24 | 452 | 131 | 52 |
| Binary | 11000101 | 1100 | 11001011 | 11 | 1011110 | 0 | 10100 | 100101010 | 1011001 | 101010 |
Color Harmonies of #C50CCB
Complementary color
Monochromatic Colors of #C50CCB
Black with #C50CCB
Text Example
Text Example
White with #C50CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CCB; }
p { color: rgb(197,12,203); }
H1.HeaderClassName
{
color: #C50CCB;
}
.AnyTagClassName
{
color: #C50CCB;
}
</style>
background-color css
<style>
a { background-color: #C50CCB; }
a { background-color: rgb(197,12,203); }
div.DivClassName
{
background-color: #C50CCB;
}
.BgClassName
{
background-color: #C50CCB;
}
</style>
border-color css
<style>
span { border-color: #C50CCB; }
span { border-color: rgb(197,12,203); }
td.TdClassName
{
border-color: #C50CCB;
}
.TagClassName
{
border-color: #C50CCB;
}
</style>