Shades of Deep Magenta #C501CB
Tints of Deep Magenta #C501CB
RGB
CMYK
RGB Variations
Color information
#C501CB (or 0xC501CB) is known color: Deep Magenta. HEX triplet: C5, 01 and CB. RGB value is (197,1,203). Sum of RGB (Red+Green+Blue) = 197+1+203=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #C501CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501CB is #3AFE34. Grayscale: #525252. Windows color (decimal): -3866165 or 13304261. OLE color: 13304261.
HSL color Cylindrical-coordinate representation of color #C501CB: hue angle of 298.22º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501CB is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 1 | 203 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.20 |
| HSL | 298.22º | 0.99% | 0.4% | - |
| HSV(B) | 298.22º | 1% | 0.8% | - |
| XYZ | 33.82 | 16.2 | 57.85 | - |
| YUV | 82.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 203 | 0.03 | 1.00 | 0 | 0.20 | 298.22 | 0.99 | 0.4 |
| Hex | C5 | 1 | CB | 3 | 64 | 0 | 14 | 12A | 63 | 28 |
| Octal | 305 | 1 | 313 | 3 | 144 | 0 | 24 | 452 | 143 | 50 |
| Binary | 11000101 | 1 | 11001011 | 11 | 1100100 | 0 | 10100 | 100101010 | 1100011 | 101000 |
Color Harmonies of #C501CB
Complementary color
Monochromatic Colors of #C501CB
Black with #C501CB
Text Example
Text Example
White with #C501CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501CB; }
p { color: rgb(197,1,203); }
H1.HeaderClassName
{
color: #C501CB;
}
.AnyTagClassName
{
color: #C501CB;
}
</style>
background-color css
<style>
a { background-color: #C501CB; }
a { background-color: rgb(197,1,203); }
div.DivClassName
{
background-color: #C501CB;
}
.BgClassName
{
background-color: #C501CB;
}
</style>
border-color css
<style>
span { border-color: #C501CB; }
span { border-color: rgb(197,1,203); }
td.TdClassName
{
border-color: #C501CB;
}
.TagClassName
{
border-color: #C501CB;
}
</style>