Shades of Deep Magenta #C323BC
Tints of Deep Magenta #C323BC
RGB
CMYK
RGB Variations
Color information
#C323BC (or 0xC323BC) is known color: Deep Magenta. HEX triplet: C3, 23 and BC. RGB value is (195,35,188). Sum of RGB (Red+Green+Blue) = 195+35+188=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C323BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323BC is #3CDC43. Grayscale: #636363. Windows color (decimal): -3988548 or 12329923. OLE color: 12329923.
HSL color Cylindrical-coordinate representation of color #C323BC: hue angle of 302.62º 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 #C323BC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 188 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.24 |
| HSL | 302.63º | 0.7% | 0.45% | - |
| HSV(B) | 302.63º | 0.82% | 0.76% | - |
| XYZ | 32.18 | 16.44 | 49.05 | - |
| YUV | 100.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 188 | 0 | 0.82 | 0.04 | 0.24 | 302.63 | 0.7 | 0.45 |
| Hex | C3 | 23 | BC | 0 | 52 | 4 | 18 | 12F | 46 | 2D |
| Octal | 303 | 43 | 274 | 0 | 122 | 4 | 30 | 457 | 106 | 55 |
| Binary | 11000011 | 100011 | 10111100 | 0 | 1010010 | 100 | 11000 | 100101111 | 1000110 | 101101 |
Color Harmonies of #C323BC
Complementary color
Monochromatic Colors of #C323BC
Black with #C323BC
Text Example
Text Example
White with #C323BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323BC; }
p { color: rgb(195,35,188); }
H1.HeaderClassName
{
color: #C323BC;
}
.AnyTagClassName
{
color: #C323BC;
}
</style>
background-color css
<style>
a { background-color: #C323BC; }
a { background-color: rgb(195,35,188); }
div.DivClassName
{
background-color: #C323BC;
}
.BgClassName
{
background-color: #C323BC;
}
</style>
border-color css
<style>
span { border-color: #C323BC; }
span { border-color: rgb(195,35,188); }
td.TdClassName
{
border-color: #C323BC;
}
.TagClassName
{
border-color: #C323BC;
}
</style>