Shades of Deep Magenta #C729CB
Tints of Deep Magenta #C729CB
RGB
CMYK
RGB Variations
Color information
#C729CB (or 0xC729CB) is known color: Deep Magenta. HEX triplet: C7, 29 and CB. RGB value is (199,41,203). Sum of RGB (Red+Green+Blue) = 199+41+203=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C729CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729CB is #38D634. Grayscale: #6A6A6A. Windows color (decimal): -3724853 or 13314503. OLE color: 13314503.
HSL color Cylindrical-coordinate representation of color #C729CB: hue angle of 298.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C729CB is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 41 | 203 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.20 |
| HSL | 298.52º | 0.66% | 0.48% | - |
| HSV(B) | 298.52º | 0.8% | 0.8% | - |
| XYZ | 35.13 | 18.04 | 58.13 | - |
| YUV | 106.71 | 182.35 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 203 | 0.02 | 0.80 | 0 | 0.20 | 298.52 | 0.66 | 0.48 |
| Hex | C7 | 29 | CB | 2 | 50 | 0 | 14 | 12B | 42 | 30 |
| Octal | 307 | 51 | 313 | 2 | 120 | 0 | 24 | 453 | 102 | 60 |
| Binary | 11000111 | 101001 | 11001011 | 10 | 1010000 | 0 | 10100 | 100101011 | 1000010 | 110000 |
Color Harmonies of #C729CB
Complementary color
Monochromatic Colors of #C729CB
Black with #C729CB
Text Example
Text Example
White with #C729CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729CB; }
p { color: rgb(199,41,203); }
H1.HeaderClassName
{
color: #C729CB;
}
.AnyTagClassName
{
color: #C729CB;
}
</style>
background-color css
<style>
a { background-color: #C729CB; }
a { background-color: rgb(199,41,203); }
div.DivClassName
{
background-color: #C729CB;
}
.BgClassName
{
background-color: #C729CB;
}
</style>
border-color css
<style>
span { border-color: #C729CB; }
span { border-color: rgb(199,41,203); }
td.TdClassName
{
border-color: #C729CB;
}
.TagClassName
{
border-color: #C729CB;
}
</style>