Shades of Deep Magenta #C125BF
Tints of Deep Magenta #C125BF
RGB
CMYK
RGB Variations
Color information
#C125BF (or 0xC125BF) is known color: Deep Magenta. HEX triplet: C1, 25 and BF. RGB value is (193,37,191). Sum of RGB (Red+Green+Blue) = 193+37+191=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C125BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C125BF is #3EDA40. Grayscale: #646464. Windows color (decimal): -4119105 or 12527041. OLE color: 12527041.
HSL color Cylindrical-coordinate representation of color #C125BF: hue angle of 300.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C125BF is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 191 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.24 |
| HSL | 300.77º | 0.68% | 0.45% | - |
| HSV(B) | 300.77º | 0.81% | 0.76% | - |
| XYZ | 32.06 | 16.42 | 50.77 | - |
| YUV | 101.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 191 | 0 | 0.81 | 0.01 | 0.24 | 300.77 | 0.68 | 0.45 |
| Hex | C1 | 25 | BF | 0 | 51 | 1 | 18 | 12D | 44 | 2D |
| Octal | 301 | 45 | 277 | 0 | 121 | 1 | 30 | 455 | 104 | 55 |
| Binary | 11000001 | 100101 | 10111111 | 0 | 1010001 | 1 | 11000 | 100101101 | 1000100 | 101101 |
Color Harmonies of #C125BF
Complementary color
Monochromatic Colors of #C125BF
Black with #C125BF
Text Example
Text Example
White with #C125BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C125BF; }
p { color: rgb(193,37,191); }
H1.HeaderClassName
{
color: #C125BF;
}
.AnyTagClassName
{
color: #C125BF;
}
</style>
background-color css
<style>
a { background-color: #C125BF; }
a { background-color: rgb(193,37,191); }
div.DivClassName
{
background-color: #C125BF;
}
.BgClassName
{
background-color: #C125BF;
}
</style>
border-color css
<style>
span { border-color: #C125BF; }
span { border-color: rgb(193,37,191); }
td.TdClassName
{
border-color: #C125BF;
}
.TagClassName
{
border-color: #C125BF;
}
</style>