Shades of Deep Magenta #C323BF
Tints of Deep Magenta #C323BF
RGB
CMYK
RGB Variations
Color information
#C323BF (or 0xC323BF) is known color: Deep Magenta. HEX triplet: C3, 23 and BF. RGB value is (195,35,191). Sum of RGB (Red+Green+Blue) = 195+35+191=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C323BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323BF is #3CDC40. Grayscale: #646464. Windows color (decimal): -3988545 or 12526531. OLE color: 12526531.
HSL color Cylindrical-coordinate representation of color #C323BF: hue angle of 301.5º 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 #C323BF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 191 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.24 |
| HSL | 301.5º | 0.7% | 0.45% | - |
| HSV(B) | 301.5º | 0.82% | 0.76% | - |
| XYZ | 32.51 | 16.57 | 50.77 | - |
| YUV | 100.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 191 | 0 | 0.82 | 0.02 | 0.24 | 301.5 | 0.7 | 0.45 |
| Hex | C3 | 23 | BF | 0 | 52 | 2 | 18 | 12E | 46 | 2D |
| Octal | 303 | 43 | 277 | 0 | 122 | 2 | 30 | 456 | 106 | 55 |
| Binary | 11000011 | 100011 | 10111111 | 0 | 1010010 | 10 | 11000 | 100101110 | 1000110 | 101101 |
Color Harmonies of #C323BF
Complementary color
Monochromatic Colors of #C323BF
Black with #C323BF
Text Example
Text Example
White with #C323BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323BF; }
p { color: rgb(195,35,191); }
H1.HeaderClassName
{
color: #C323BF;
}
.AnyTagClassName
{
color: #C323BF;
}
</style>
background-color css
<style>
a { background-color: #C323BF; }
a { background-color: rgb(195,35,191); }
div.DivClassName
{
background-color: #C323BF;
}
.BgClassName
{
background-color: #C323BF;
}
</style>
border-color css
<style>
span { border-color: #C323BF; }
span { border-color: rgb(195,35,191); }
td.TdClassName
{
border-color: #C323BF;
}
.TagClassName
{
border-color: #C323BF;
}
</style>