Shades of Deep Magenta #C322BC
Tints of Deep Magenta #C322BC
RGB
CMYK
RGB Variations
Color information
#C322BC (or 0xC322BC) is known color: Deep Magenta. HEX triplet: C3, 22 and BC. RGB value is (195,34,188). Sum of RGB (Red+Green+Blue) = 195+34+188=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C322BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322BC is #3CDD43. Grayscale: #636363. Windows color (decimal): -3988804 or 12329667. OLE color: 12329667.
HSL color Cylindrical-coordinate representation of color #C322BC: hue angle of 302.61º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C322BC is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 188 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.24 |
| HSL | 302.61º | 0.7% | 0.45% | - |
| HSV(B) | 302.61º | 0.83% | 0.76% | - |
| XYZ | 32.15 | 16.38 | 49.04 | - |
| YUV | 99.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 188 | 0 | 0.83 | 0.04 | 0.24 | 302.61 | 0.7 | 0.45 |
| Hex | C3 | 22 | BC | 0 | 53 | 4 | 18 | 12F | 46 | 2D |
| Octal | 303 | 42 | 274 | 0 | 123 | 4 | 30 | 457 | 106 | 55 |
| Binary | 11000011 | 100010 | 10111100 | 0 | 1010011 | 100 | 11000 | 100101111 | 1000110 | 101101 |
Color Harmonies of #C322BC
Complementary color
Monochromatic Colors of #C322BC
Black with #C322BC
Text Example
Text Example
White with #C322BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322BC; }
p { color: rgb(195,34,188); }
H1.HeaderClassName
{
color: #C322BC;
}
.AnyTagClassName
{
color: #C322BC;
}
</style>
background-color css
<style>
a { background-color: #C322BC; }
a { background-color: rgb(195,34,188); }
div.DivClassName
{
background-color: #C322BC;
}
.BgClassName
{
background-color: #C322BC;
}
</style>
border-color css
<style>
span { border-color: #C322BC; }
span { border-color: rgb(195,34,188); }
td.TdClassName
{
border-color: #C322BC;
}
.TagClassName
{
border-color: #C322BC;
}
</style>