Shades of Deep Magenta #C323BE
Tints of Deep Magenta #C323BE
RGB
CMYK
RGB Variations
Color information
#C323BE (or 0xC323BE) is known color: Deep Magenta. HEX triplet: C3, 23 and BE. RGB value is (195,35,190). Sum of RGB (Red+Green+Blue) = 195+35+190=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C323BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323BE is #3CDC41. Grayscale: #646464. Windows color (decimal): -3988546 or 12460995. OLE color: 12460995.
HSL color Cylindrical-coordinate representation of color #C323BE: hue angle of 301.88º 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 #C323BE is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 190 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.24 |
| HSL | 301.88º | 0.7% | 0.45% | - |
| HSV(B) | 301.88º | 0.82% | 0.76% | - |
| XYZ | 32.4 | 16.52 | 50.2 | - |
| YUV | 100.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 190 | 0 | 0.82 | 0.03 | 0.24 | 301.88 | 0.7 | 0.45 |
| Hex | C3 | 23 | BE | 0 | 52 | 3 | 18 | 12E | 46 | 2D |
| Octal | 303 | 43 | 276 | 0 | 122 | 3 | 30 | 456 | 106 | 55 |
| Binary | 11000011 | 100011 | 10111110 | 0 | 1010010 | 11 | 11000 | 100101110 | 1000110 | 101101 |
Color Harmonies of #C323BE
Complementary color
Monochromatic Colors of #C323BE
Black with #C323BE
Text Example
Text Example
White with #C323BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323BE; }
p { color: rgb(195,35,190); }
H1.HeaderClassName
{
color: #C323BE;
}
.AnyTagClassName
{
color: #C323BE;
}
</style>
background-color css
<style>
a { background-color: #C323BE; }
a { background-color: rgb(195,35,190); }
div.DivClassName
{
background-color: #C323BE;
}
.BgClassName
{
background-color: #C323BE;
}
</style>
border-color css
<style>
span { border-color: #C323BE; }
span { border-color: rgb(195,35,190); }
td.TdClassName
{
border-color: #C323BE;
}
.TagClassName
{
border-color: #C323BE;
}
</style>