Shades of Deep Magenta #C724CB
Tints of Deep Magenta #C724CB
RGB
CMYK
RGB Variations
Color information
#C724CB (or 0xC724CB) is known color: Deep Magenta. HEX triplet: C7, 24 and CB. RGB value is (199,36,203). Sum of RGB (Red+Green+Blue) = 199+36+203=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #C724CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724CB is #38DB34. Grayscale: #676767. Windows color (decimal): -3726133 or 13313223. OLE color: 13313223.
HSL color Cylindrical-coordinate representation of color #C724CB: hue angle of 298.56º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C724CB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 36 | 203 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.20 |
| HSL | 298.56º | 0.7% | 0.47% | - |
| HSV(B) | 298.56º | 0.82% | 0.8% | - |
| XYZ | 34.96 | 17.72 | 58.08 | - |
| YUV | 103.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 203 | 0.02 | 0.82 | 0 | 0.20 | 298.56 | 0.7 | 0.47 |
| Hex | C7 | 24 | CB | 2 | 52 | 0 | 14 | 12B | 46 | 2F |
| Octal | 307 | 44 | 313 | 2 | 122 | 0 | 24 | 453 | 106 | 57 |
| Binary | 11000111 | 100100 | 11001011 | 10 | 1010010 | 0 | 10100 | 100101011 | 1000110 | 101111 |
Color Harmonies of #C724CB
Complementary color
Monochromatic Colors of #C724CB
Black with #C724CB
Text Example
Text Example
White with #C724CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724CB; }
p { color: rgb(199,36,203); }
H1.HeaderClassName
{
color: #C724CB;
}
.AnyTagClassName
{
color: #C724CB;
}
</style>
background-color css
<style>
a { background-color: #C724CB; }
a { background-color: rgb(199,36,203); }
div.DivClassName
{
background-color: #C724CB;
}
.BgClassName
{
background-color: #C724CB;
}
</style>
border-color css
<style>
span { border-color: #C724CB; }
span { border-color: rgb(199,36,203); }
td.TdClassName
{
border-color: #C724CB;
}
.TagClassName
{
border-color: #C724CB;
}
</style>