Shades of Deep Magenta #C225AF
Tints of Deep Magenta #C225AF
RGB
CMYK
RGB Variations
Color information
#C225AF (or 0xC225AF) is known color: Deep Magenta. HEX triplet: C2, 25 and AF. RGB value is (194,37,175). Sum of RGB (Red+Green+Blue) = 194+37+175=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C225AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225AF is #3DDA50. Grayscale: #636363. Windows color (decimal): -4053585 or 11478466. OLE color: 11478466.
HSL color Cylindrical-coordinate representation of color #C225AF: hue angle of 307.26º 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 #C225AF is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 175 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.24 |
| HSL | 307.26º | 0.68% | 0.45% | - |
| HSV(B) | 307.26º | 0.81% | 0.76% | - |
| XYZ | 30.65 | 15.89 | 42.01 | - |
| YUV | 99.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 175 | 0 | 0.81 | 0.10 | 0.24 | 307.26 | 0.68 | 0.45 |
| Hex | C2 | 25 | AF | 0 | 51 | A | 18 | 133 | 44 | 2D |
| Octal | 302 | 45 | 257 | 0 | 121 | 12 | 30 | 463 | 104 | 55 |
| Binary | 11000010 | 100101 | 10101111 | 0 | 1010001 | 1010 | 11000 | 100110011 | 1000100 | 101101 |
Color Harmonies of #C225AF
Complementary color
Monochromatic Colors of #C225AF
Black with #C225AF
Text Example
Text Example
White with #C225AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225AF; }
p { color: rgb(194,37,175); }
H1.HeaderClassName
{
color: #C225AF;
}
.AnyTagClassName
{
color: #C225AF;
}
</style>
background-color css
<style>
a { background-color: #C225AF; }
a { background-color: rgb(194,37,175); }
div.DivClassName
{
background-color: #C225AF;
}
.BgClassName
{
background-color: #C225AF;
}
</style>
border-color css
<style>
span { border-color: #C225AF; }
span { border-color: rgb(194,37,175); }
td.TdClassName
{
border-color: #C225AF;
}
.TagClassName
{
border-color: #C225AF;
}
</style>