Shades of Deep Magenta #C121CF
Tints of Deep Magenta #C121CF
RGB
CMYK
RGB Variations
Color information
#C121CF (or 0xC121CF) is known color: Deep Magenta. HEX triplet: C1, 21 and CF. RGB value is (193,33,207). Sum of RGB (Red+Green+Blue) = 193+33+207=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C121CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121CF is #3EDE30. Grayscale: #646464. Windows color (decimal): -4120113 or 13574593. OLE color: 13574593.
HSL color Cylindrical-coordinate representation of color #C121CF: hue angle of 295.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C121CF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 33 | 207 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.19 |
| HSL | 295.17º | 0.73% | 0.47% | - |
| HSV(B) | 295.17º | 0.84% | 0.81% | - |
| XYZ | 33.8 | 16.93 | 60.52 | - |
| YUV | 100.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 207 | 0.07 | 0.84 | 0 | 0.19 | 295.17 | 0.73 | 0.47 |
| Hex | C1 | 21 | CF | 7 | 54 | 0 | 13 | 127 | 48 | 2F |
| Octal | 301 | 41 | 317 | 7 | 124 | 0 | 23 | 447 | 110 | 57 |
| Binary | 11000001 | 100001 | 11001111 | 111 | 1010100 | 0 | 10011 | 100100111 | 1001000 | 101111 |
Color Harmonies of #C121CF
Complementary color
Monochromatic Colors of #C121CF
Black with #C121CF
Text Example
Text Example
White with #C121CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C121CF; }
p { color: rgb(193,33,207); }
H1.HeaderClassName
{
color: #C121CF;
}
.AnyTagClassName
{
color: #C121CF;
}
</style>
background-color css
<style>
a { background-color: #C121CF; }
a { background-color: rgb(193,33,207); }
div.DivClassName
{
background-color: #C121CF;
}
.BgClassName
{
background-color: #C121CF;
}
</style>
border-color css
<style>
span { border-color: #C121CF; }
span { border-color: rgb(193,33,207); }
td.TdClassName
{
border-color: #C121CF;
}
.TagClassName
{
border-color: #C121CF;
}
</style>