Shades of Deep Magenta #C122BF
Tints of Deep Magenta #C122BF
RGB
CMYK
RGB Variations
Color information
#C122BF (or 0xC122BF) is known color: Deep Magenta. HEX triplet: C1, 22 and BF. RGB value is (193,34,191). Sum of RGB (Red+Green+Blue) = 193+34+191=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C122BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122BF is #3EDD40. Grayscale: #626262. Windows color (decimal): -4119873 or 12526273. OLE color: 12526273.
HSL color Cylindrical-coordinate representation of color #C122BF: hue angle of 300.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C122BF is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 191 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.24 |
| HSL | 300.75º | 0.7% | 0.45% | - |
| HSV(B) | 300.75º | 0.82% | 0.76% | - |
| XYZ | 31.97 | 16.24 | 50.74 | - |
| YUV | 99.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 191 | 0 | 0.82 | 0.01 | 0.24 | 300.75 | 0.7 | 0.45 |
| Hex | C1 | 22 | BF | 0 | 52 | 1 | 18 | 12D | 46 | 2D |
| Octal | 301 | 42 | 277 | 0 | 122 | 1 | 30 | 455 | 106 | 55 |
| Binary | 11000001 | 100010 | 10111111 | 0 | 1010010 | 1 | 11000 | 100101101 | 1000110 | 101101 |
Color Harmonies of #C122BF
Complementary color
Monochromatic Colors of #C122BF
Black with #C122BF
Text Example
Text Example
White with #C122BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122BF; }
p { color: rgb(193,34,191); }
H1.HeaderClassName
{
color: #C122BF;
}
.AnyTagClassName
{
color: #C122BF;
}
</style>
background-color css
<style>
a { background-color: #C122BF; }
a { background-color: rgb(193,34,191); }
div.DivClassName
{
background-color: #C122BF;
}
.BgClassName
{
background-color: #C122BF;
}
</style>
border-color css
<style>
span { border-color: #C122BF; }
span { border-color: rgb(193,34,191); }
td.TdClassName
{
border-color: #C122BF;
}
.TagClassName
{
border-color: #C122BF;
}
</style>