Shades of Deep Magenta #C229C4
Tints of Deep Magenta #C229C4
RGB
CMYK
RGB Variations
Color information
#C229C4 (or 0xC229C4) is known color: Deep Magenta. HEX triplet: C2, 29 and C4. RGB value is (194,41,196). Sum of RGB (Red+Green+Blue) = 194+41+196=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #C229C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229C4 is #3DD63B. Grayscale: #676767. Windows color (decimal): -4052540 or 12855746. OLE color: 12855746.
HSL color Cylindrical-coordinate representation of color #C229C4: hue angle of 299.23º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C229C4 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 41 | 196 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.23 |
| HSL | 299.23º | 0.65% | 0.46% | - |
| HSV(B) | 299.23º | 0.79% | 0.77% | - |
| XYZ | 33 | 17.04 | 53.77 | - |
| YUV | 104.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 196 | 0.01 | 0.79 | 0 | 0.23 | 299.23 | 0.65 | 0.46 |
| Hex | C2 | 29 | C4 | 1 | 4F | 0 | 17 | 12B | 41 | 2E |
| Octal | 302 | 51 | 304 | 1 | 117 | 0 | 27 | 453 | 101 | 56 |
| Binary | 11000010 | 101001 | 11000100 | 1 | 1001111 | 0 | 10111 | 100101011 | 1000001 | 101110 |
Color Harmonies of #C229C4
Complementary color
Monochromatic Colors of #C229C4
Black with #C229C4
Text Example
Text Example
White with #C229C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229C4; }
p { color: rgb(194,41,196); }
H1.HeaderClassName
{
color: #C229C4;
}
.AnyTagClassName
{
color: #C229C4;
}
</style>
background-color css
<style>
a { background-color: #C229C4; }
a { background-color: rgb(194,41,196); }
div.DivClassName
{
background-color: #C229C4;
}
.BgClassName
{
background-color: #C229C4;
}
</style>
border-color css
<style>
span { border-color: #C229C4; }
span { border-color: rgb(194,41,196); }
td.TdClassName
{
border-color: #C229C4;
}
.TagClassName
{
border-color: #C229C4;
}
</style>