Shades of Deep Magenta #C125DF
Tints of Deep Magenta #C125DF
RGB
CMYK
RGB Variations
Color information
#C125DF (or 0xC125DF) is known color: Deep Magenta. HEX triplet: C1, 25 and DF. RGB value is (193,37,223). Sum of RGB (Red+Green+Blue) = 193+37+223=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C125DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C125DF is #3EDA20. Grayscale: #686868. Windows color (decimal): -4119073 or 14624193. OLE color: 14624193.
HSL color Cylindrical-coordinate representation of color #C125DF: hue angle of 290.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C125DF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 37 | 223 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.13 |
| HSL | 290.32º | 0.74% | 0.51% | - |
| HSV(B) | 290.32º | 0.83% | 0.87% | - |
| XYZ | 35.97 | 17.99 | 71.39 | - |
| YUV | 104.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 223 | 0.13 | 0.83 | 0 | 0.13 | 290.32 | 0.74 | 0.51 |
| Hex | C1 | 25 | DF | D | 53 | 0 | D | 122 | 4A | 33 |
| Octal | 301 | 45 | 337 | 15 | 123 | 0 | 15 | 442 | 112 | 63 |
| Binary | 11000001 | 100101 | 11011111 | 1101 | 1010011 | 0 | 1101 | 100100010 | 1001010 | 110011 |
Color Harmonies of #C125DF
Complementary color
Monochromatic Colors of #C125DF
Black with #C125DF
Text Example
Text Example
White with #C125DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125DF; }
p { color: rgb(193,37,223); }
H1.HeaderClassName
{
color: #C125DF;
}
.AnyTagClassName
{
color: #C125DF;
}
</style>
background-color css
<style>
a { background-color: #C125DF; }
a { background-color: rgb(193,37,223); }
div.DivClassName
{
background-color: #C125DF;
}
.BgClassName
{
background-color: #C125DF;
}
</style>
border-color css
<style>
span { border-color: #C125DF; }
span { border-color: rgb(193,37,223); }
td.TdClassName
{
border-color: #C125DF;
}
.TagClassName
{
border-color: #C125DF;
}
</style>