Shades of Deep Magenta #C121AF
Tints of Deep Magenta #C121AF
RGB
CMYK
RGB Variations
Color information
#C121AF (or 0xC121AF) is known color: Deep Magenta. HEX triplet: C1, 21 and AF. RGB value is (193,33,175). Sum of RGB (Red+Green+Blue) = 193+33+175=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C121AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C121AF is #3EDE50. Grayscale: #606060. Windows color (decimal): -4120145 or 11477441. OLE color: 11477441.
HSL color Cylindrical-coordinate representation of color #C121AF: hue angle of 306.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C121AF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 175 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.24 |
| HSL | 306.75º | 0.71% | 0.44% | - |
| HSV(B) | 306.75º | 0.83% | 0.76% | - |
| XYZ | 30.27 | 15.52 | 41.96 | - |
| YUV | 97.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 175 | 0 | 0.83 | 0.09 | 0.24 | 306.75 | 0.71 | 0.44 |
| Hex | C1 | 21 | AF | 0 | 53 | 9 | 18 | 133 | 47 | 2C |
| Octal | 301 | 41 | 257 | 0 | 123 | 11 | 30 | 463 | 107 | 54 |
| Binary | 11000001 | 100001 | 10101111 | 0 | 1010011 | 1001 | 11000 | 100110011 | 1000111 | 101100 |
Color Harmonies of #C121AF
Complementary color
Monochromatic Colors of #C121AF
Black with #C121AF
Text Example
Text Example
White with #C121AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121AF; }
p { color: rgb(193,33,175); }
H1.HeaderClassName
{
color: #C121AF;
}
.AnyTagClassName
{
color: #C121AF;
}
</style>
background-color css
<style>
a { background-color: #C121AF; }
a { background-color: rgb(193,33,175); }
div.DivClassName
{
background-color: #C121AF;
}
.BgClassName
{
background-color: #C121AF;
}
</style>
border-color css
<style>
span { border-color: #C121AF; }
span { border-color: rgb(193,33,175); }
td.TdClassName
{
border-color: #C121AF;
}
.TagClassName
{
border-color: #C121AF;
}
</style>