Shades of Deep Magenta #C723C1
Tints of Deep Magenta #C723C1
RGB
CMYK
RGB Variations
Color information
#C723C1 (or 0xC723C1) is known color: Deep Magenta. HEX triplet: C7, 23 and C1. RGB value is (199,35,193). Sum of RGB (Red+Green+Blue) = 199+35+193=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C723C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C723C1 is #38DC3E. Grayscale: #656565. Windows color (decimal): -3726399 or 12657607. OLE color: 12657607.
HSL color Cylindrical-coordinate representation of color #C723C1: hue angle of 302.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C723C1 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 193 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.22 |
| HSL | 302.2º | 0.7% | 0.46% | - |
| HSV(B) | 302.2º | 0.82% | 0.78% | - |
| XYZ | 33.78 | 17.19 | 51.99 | - |
| YUV | 102.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 193 | 0 | 0.82 | 0.03 | 0.22 | 302.2 | 0.7 | 0.46 |
| Hex | C7 | 23 | C1 | 0 | 52 | 3 | 16 | 12E | 46 | 2E |
| Octal | 307 | 43 | 301 | 0 | 122 | 3 | 26 | 456 | 106 | 56 |
| Binary | 11000111 | 100011 | 11000001 | 0 | 1010010 | 11 | 10110 | 100101110 | 1000110 | 101110 |
Color Harmonies of #C723C1
Complementary color
Monochromatic Colors of #C723C1
Black with #C723C1
Text Example
Text Example
White with #C723C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C723C1; }
p { color: rgb(199,35,193); }
H1.HeaderClassName
{
color: #C723C1;
}
.AnyTagClassName
{
color: #C723C1;
}
</style>
background-color css
<style>
a { background-color: #C723C1; }
a { background-color: rgb(199,35,193); }
div.DivClassName
{
background-color: #C723C1;
}
.BgClassName
{
background-color: #C723C1;
}
</style>
border-color css
<style>
span { border-color: #C723C1; }
span { border-color: rgb(199,35,193); }
td.TdClassName
{
border-color: #C723C1;
}
.TagClassName
{
border-color: #C723C1;
}
</style>