Shades of Deep Magenta #C323CD
Tints of Deep Magenta #C323CD
RGB
CMYK
RGB Variations
Color information
#C323CD (or 0xC323CD) is known color: Deep Magenta. HEX triplet: C3, 23 and CD. RGB value is (195,35,205). Sum of RGB (Red+Green+Blue) = 195+35+205=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #C323CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323CD is #3CDC32. Grayscale: #656565. Windows color (decimal): -3988531 or 13444035. OLE color: 13444035.
HSL color Cylindrical-coordinate representation of color #C323CD: hue angle of 296.47º 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 #C323CD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 35 | 205 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.20 |
| HSL | 296.47º | 0.71% | 0.47% | - |
| HSV(B) | 296.47º | 0.83% | 0.8% | - |
| XYZ | 34.13 | 17.21 | 59.28 | - |
| YUV | 102.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 205 | 0.05 | 0.83 | 0 | 0.20 | 296.47 | 0.71 | 0.47 |
| Hex | C3 | 23 | CD | 5 | 53 | 0 | 14 | 128 | 47 | 2F |
| Octal | 303 | 43 | 315 | 5 | 123 | 0 | 24 | 450 | 107 | 57 |
| Binary | 11000011 | 100011 | 11001101 | 101 | 1010011 | 0 | 10100 | 100101000 | 1000111 | 101111 |
Color Harmonies of #C323CD
Complementary color
Monochromatic Colors of #C323CD
Black with #C323CD
Text Example
Text Example
White with #C323CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323CD; }
p { color: rgb(195,35,205); }
H1.HeaderClassName
{
color: #C323CD;
}
.AnyTagClassName
{
color: #C323CD;
}
</style>
background-color css
<style>
a { background-color: #C323CD; }
a { background-color: rgb(195,35,205); }
div.DivClassName
{
background-color: #C323CD;
}
.BgClassName
{
background-color: #C323CD;
}
</style>
border-color css
<style>
span { border-color: #C323CD; }
span { border-color: rgb(195,35,205); }
td.TdClassName
{
border-color: #C323CD;
}
.TagClassName
{
border-color: #C323CD;
}
</style>