Shades of Deep Magenta #C025AF
Tints of Deep Magenta #C025AF
RGB
CMYK
RGB Variations
Color information
#C025AF (or 0xC025AF) is known color: Deep Magenta. HEX triplet: C0, 25 and AF. RGB value is (192,37,175). Sum of RGB (Red+Green+Blue) = 192+37+175=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C025AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C025AF is #3FDA50. Grayscale: #626262. Windows color (decimal): -4184657 or 11478464. OLE color: 11478464.
HSL color Cylindrical-coordinate representation of color #C025AF: hue angle of 306.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C025AF is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 175 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.25 |
| HSL | 306.58º | 0.68% | 0.45% | - |
| HSV(B) | 306.58º | 0.81% | 0.75% | - |
| XYZ | 30.14 | 15.62 | 41.98 | - |
| YUV | 99.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 175 | 0 | 0.81 | 0.09 | 0.25 | 306.58 | 0.68 | 0.45 |
| Hex | C0 | 25 | AF | 0 | 51 | 9 | 19 | 133 | 44 | 2D |
| Octal | 300 | 45 | 257 | 0 | 121 | 11 | 31 | 463 | 104 | 55 |
| Binary | 11000000 | 100101 | 10101111 | 0 | 1010001 | 1001 | 11001 | 100110011 | 1000100 | 101101 |
Color Harmonies of #C025AF
Complementary color
Monochromatic Colors of #C025AF
Black with #C025AF
Text Example
Text Example
White with #C025AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C025AF; }
p { color: rgb(192,37,175); }
H1.HeaderClassName
{
color: #C025AF;
}
.AnyTagClassName
{
color: #C025AF;
}
</style>
background-color css
<style>
a { background-color: #C025AF; }
a { background-color: rgb(192,37,175); }
div.DivClassName
{
background-color: #C025AF;
}
.BgClassName
{
background-color: #C025AF;
}
</style>
border-color css
<style>
span { border-color: #C025AF; }
span { border-color: rgb(192,37,175); }
td.TdClassName
{
border-color: #C025AF;
}
.TagClassName
{
border-color: #C025AF;
}
</style>