Shades of Deep Magenta #C323C3
Tints of Deep Magenta #C323C3
RGB
CMYK
RGB Variations
Color information
#C323C3 (or 0xC323C3) is known color: Deep Magenta. HEX triplet: C3, 23 and C3. RGB value is (195,35,195). Sum of RGB (Red+Green+Blue) = 195+35+195=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C323C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323C3 is #3CDC3C. Grayscale: #646464. Windows color (decimal): -3988541 or 12788675. OLE color: 12788675.
HSL color Cylindrical-coordinate representation of color #C323C3: hue angle of 300º 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 #C323C3 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 195 | - |
| CMYK | 0 | 0.82 | 0 | 0.24 |
| HSL | 300º | 0.7% | 0.45% | - |
| HSV(B) | 300º | 0.82% | 0.76% | - |
| XYZ | 32.96 | 16.74 | 53.12 | - |
| YUV | 101.08 | 181.01 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 195 | 0 | 0.82 | 0 | 0.24 | 300 | 0.7 | 0.45 |
| Hex | C3 | 23 | C3 | 0 | 52 | 0 | 18 | 12C | 46 | 2D |
| Octal | 303 | 43 | 303 | 0 | 122 | 0 | 30 | 454 | 106 | 55 |
| Binary | 11000011 | 100011 | 11000011 | 0 | 1010010 | 0 | 11000 | 100101100 | 1000110 | 101101 |
Color Harmonies of #C323C3
Complementary color
Monochromatic Colors of #C323C3
Black with #C323C3
Text Example
Text Example
White with #C323C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323C3; }
p { color: rgb(195,35,195); }
H1.HeaderClassName
{
color: #C323C3;
}
.AnyTagClassName
{
color: #C323C3;
}
</style>
background-color css
<style>
a { background-color: #C323C3; }
a { background-color: rgb(195,35,195); }
div.DivClassName
{
background-color: #C323C3;
}
.BgClassName
{
background-color: #C323C3;
}
</style>
border-color css
<style>
span { border-color: #C323C3; }
span { border-color: rgb(195,35,195); }
td.TdClassName
{
border-color: #C323C3;
}
.TagClassName
{
border-color: #C323C3;
}
</style>