Shades of Deep Magenta #C501C2
Tints of Deep Magenta #C501C2
RGB
CMYK
RGB Variations
Color information
#C501C2 (or 0xC501C2) is known color: Deep Magenta. HEX triplet: C5, 01 and C2. RGB value is (197,1,194). Sum of RGB (Red+Green+Blue) = 197+1+194=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C501C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501C2 is #3AFE3D. Grayscale: #515151. Windows color (decimal): -3866174 or 12714437. OLE color: 12714437.
HSL color Cylindrical-coordinate representation of color #C501C2: hue angle of 300.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501C2 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 194 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.23 |
| HSL | 300.92º | 0.99% | 0.39% | - |
| HSV(B) | 300.92º | 0.99% | 0.77% | - |
| XYZ | 32.77 | 15.79 | 52.36 | - |
| YUV | 81.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 194 | 0 | 0.99 | 0.02 | 0.23 | 300.92 | 0.99 | 0.39 |
| Hex | C5 | 1 | C2 | 0 | 63 | 2 | 17 | 12D | 63 | 27 |
| Octal | 305 | 1 | 302 | 0 | 143 | 2 | 27 | 455 | 143 | 47 |
| Binary | 11000101 | 1 | 11000010 | 0 | 1100011 | 10 | 10111 | 100101101 | 1100011 | 100111 |
Color Harmonies of #C501C2
Complementary color
Monochromatic Colors of #C501C2
Black with #C501C2
Text Example
Text Example
White with #C501C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501C2; }
p { color: rgb(197,1,194); }
H1.HeaderClassName
{
color: #C501C2;
}
.AnyTagClassName
{
color: #C501C2;
}
</style>
background-color css
<style>
a { background-color: #C501C2; }
a { background-color: rgb(197,1,194); }
div.DivClassName
{
background-color: #C501C2;
}
.BgClassName
{
background-color: #C501C2;
}
</style>
border-color css
<style>
span { border-color: #C501C2; }
span { border-color: rgb(197,1,194); }
td.TdClassName
{
border-color: #C501C2;
}
.TagClassName
{
border-color: #C501C2;
}
</style>