Shades of Deep Magenta #C423CC
Tints of Deep Magenta #C423CC
RGB
CMYK
RGB Variations
Color information
#C423CC (or 0xC423CC) is known color: Deep Magenta. HEX triplet: C4, 23 and CC. RGB value is (196,35,204). Sum of RGB (Red+Green+Blue) = 196+35+204=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C423CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423CC is #3BDC33. Grayscale: #656565. Windows color (decimal): -3922996 or 13378500. OLE color: 13378500.
HSL color Cylindrical-coordinate representation of color #C423CC: hue angle of 297.16º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C423CC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 35 | 204 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.2 |
| HSL | 297.16º | 0.71% | 0.47% | - |
| HSV(B) | 297.16º | 0.83% | 0.8% | - |
| XYZ | 34.27 | 17.3 | 58.66 | - |
| YUV | 102.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 204 | 0.04 | 0.83 | 0 | 0.2 | 297.16 | 0.71 | 0.47 |
| Hex | C4 | 23 | CC | 4 | 53 | 0 | 14 | 129 | 47 | 2F |
| Octal | 304 | 43 | 314 | 4 | 123 | 0 | 24 | 451 | 107 | 57 |
| Binary | 11000100 | 100011 | 11001100 | 100 | 1010011 | 0 | 10100 | 100101001 | 1000111 | 101111 |
Color Harmonies of #C423CC
Complementary color
Monochromatic Colors of #C423CC
Black with #C423CC
Text Example
Text Example
White with #C423CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423CC; }
p { color: rgb(196,35,204); }
H1.HeaderClassName
{
color: #C423CC;
}
.AnyTagClassName
{
color: #C423CC;
}
</style>
background-color css
<style>
a { background-color: #C423CC; }
a { background-color: rgb(196,35,204); }
div.DivClassName
{
background-color: #C423CC;
}
.BgClassName
{
background-color: #C423CC;
}
</style>
border-color css
<style>
span { border-color: #C423CC; }
span { border-color: rgb(196,35,204); }
td.TdClassName
{
border-color: #C423CC;
}
.TagClassName
{
border-color: #C423CC;
}
</style>