Shades of Deep Magenta #C229CE
Tints of Deep Magenta #C229CE
RGB
CMYK
RGB Variations
Color information
#C229CE (or 0xC229CE) is known color: Deep Magenta. HEX triplet: C2, 29 and CE. RGB value is (194,41,206). Sum of RGB (Red+Green+Blue) = 194+41+206=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #C229CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229CE is #3DD631. Grayscale: #696969. Windows color (decimal): -4052530 or 13511106. OLE color: 13511106.
HSL color Cylindrical-coordinate representation of color #C229CE: hue angle of 295.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C229CE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 41 | 206 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.19 |
| HSL | 295.64º | 0.67% | 0.48% | - |
| HSV(B) | 295.64º | 0.8% | 0.81% | - |
| XYZ | 34.18 | 17.51 | 59.97 | - |
| YUV | 105.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 206 | 0.06 | 0.80 | 0 | 0.19 | 295.64 | 0.67 | 0.48 |
| Hex | C2 | 29 | CE | 6 | 50 | 0 | 13 | 128 | 43 | 30 |
| Octal | 302 | 51 | 316 | 6 | 120 | 0 | 23 | 450 | 103 | 60 |
| Binary | 11000010 | 101001 | 11001110 | 110 | 1010000 | 0 | 10011 | 100101000 | 1000011 | 110000 |
Color Harmonies of #C229CE
Complementary color
Monochromatic Colors of #C229CE
Black with #C229CE
Text Example
Text Example
White with #C229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229CE; }
p { color: rgb(194,41,206); }
H1.HeaderClassName
{
color: #C229CE;
}
.AnyTagClassName
{
color: #C229CE;
}
</style>
background-color css
<style>
a { background-color: #C229CE; }
a { background-color: rgb(194,41,206); }
div.DivClassName
{
background-color: #C229CE;
}
.BgClassName
{
background-color: #C229CE;
}
</style>
border-color css
<style>
span { border-color: #C229CE; }
span { border-color: rgb(194,41,206); }
td.TdClassName
{
border-color: #C229CE;
}
.TagClassName
{
border-color: #C229CE;
}
</style>