Shades of Deep Magenta #C323C0
Tints of Deep Magenta #C323C0
RGB
CMYK
RGB Variations
Color information
#C323C0 (or 0xC323C0) is known color: Deep Magenta. HEX triplet: C3, 23 and C0. RGB value is (195,35,192). Sum of RGB (Red+Green+Blue) = 195+35+192=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C323C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323C0 is #3CDC3F. Grayscale: #646464. Windows color (decimal): -3988544 or 12592067. OLE color: 12592067.
HSL color Cylindrical-coordinate representation of color #C323C0: hue angle of 301.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C323C0 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 192 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.24 |
| HSL | 301.13º | 0.7% | 0.45% | - |
| HSV(B) | 301.13º | 0.82% | 0.76% | - |
| XYZ | 32.62 | 16.61 | 51.36 | - |
| YUV | 100.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 192 | 0 | 0.82 | 0.02 | 0.24 | 301.13 | 0.7 | 0.45 |
| Hex | C3 | 23 | C0 | 0 | 52 | 2 | 18 | 12D | 46 | 2D |
| Octal | 303 | 43 | 300 | 0 | 122 | 2 | 30 | 455 | 106 | 55 |
| Binary | 11000011 | 100011 | 11000000 | 0 | 1010010 | 10 | 11000 | 100101101 | 1000110 | 101101 |
Color Harmonies of #C323C0
Complementary color
Monochromatic Colors of #C323C0
Black with #C323C0
Text Example
Text Example
White with #C323C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323C0; }
p { color: rgb(195,35,192); }
H1.HeaderClassName
{
color: #C323C0;
}
.AnyTagClassName
{
color: #C323C0;
}
</style>
background-color css
<style>
a { background-color: #C323C0; }
a { background-color: rgb(195,35,192); }
div.DivClassName
{
background-color: #C323C0;
}
.BgClassName
{
background-color: #C323C0;
}
</style>
border-color css
<style>
span { border-color: #C323C0; }
span { border-color: rgb(195,35,192); }
td.TdClassName
{
border-color: #C323C0;
}
.TagClassName
{
border-color: #C323C0;
}
</style>