Shades of Deep Magenta #C323B6
Tints of Deep Magenta #C323B6
RGB
CMYK
RGB Variations
Color information
#C323B6 (or 0xC323B6) is known color: Deep Magenta. HEX triplet: C3, 23 and B6. RGB value is (195,35,182). Sum of RGB (Red+Green+Blue) = 195+35+182=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C323B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323B6 is #3CDC49. Grayscale: #636363. Windows color (decimal): -3988554 or 11936707. OLE color: 11936707.
HSL color Cylindrical-coordinate representation of color #C323B6: hue angle of 304.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 #C323B6 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 182 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.24 |
| HSL | 304.88º | 0.7% | 0.45% | - |
| HSV(B) | 304.88º | 0.82% | 0.76% | - |
| XYZ | 31.55 | 16.18 | 45.72 | - |
| YUV | 99.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 182 | 0 | 0.82 | 0.07 | 0.24 | 304.88 | 0.7 | 0.45 |
| Hex | C3 | 23 | B6 | 0 | 52 | 7 | 18 | 131 | 46 | 2D |
| Octal | 303 | 43 | 266 | 0 | 122 | 7 | 30 | 461 | 106 | 55 |
| Binary | 11000011 | 100011 | 10110110 | 0 | 1010010 | 111 | 11000 | 100110001 | 1000110 | 101101 |
Color Harmonies of #C323B6
Complementary color
Monochromatic Colors of #C323B6
Black with #C323B6
Text Example
Text Example
White with #C323B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323B6; }
p { color: rgb(195,35,182); }
H1.HeaderClassName
{
color: #C323B6;
}
.AnyTagClassName
{
color: #C323B6;
}
</style>
background-color css
<style>
a { background-color: #C323B6; }
a { background-color: rgb(195,35,182); }
div.DivClassName
{
background-color: #C323B6;
}
.BgClassName
{
background-color: #C323B6;
}
</style>
border-color css
<style>
span { border-color: #C323B6; }
span { border-color: rgb(195,35,182); }
td.TdClassName
{
border-color: #C323B6;
}
.TagClassName
{
border-color: #C323B6;
}
</style>