Shades of Deep Magenta #C322CB
Tints of Deep Magenta #C322CB
RGB
CMYK
RGB Variations
Color information
#C322CB (or 0xC322CB) is known color: Deep Magenta. HEX triplet: C3, 22 and CB. RGB value is (195,34,203). Sum of RGB (Red+Green+Blue) = 195+34+203=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #C322CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322CB is #3CDD34. Grayscale: #646464. Windows color (decimal): -3988789 or 13312707. OLE color: 13312707.
HSL color Cylindrical-coordinate representation of color #C322CB: hue angle of 297.16º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C322CB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 34 | 203 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.20 |
| HSL | 297.16º | 0.71% | 0.46% | - |
| HSV(B) | 297.16º | 0.83% | 0.8% | - |
| XYZ | 33.86 | 17.06 | 58.01 | - |
| YUV | 101.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 203 | 0.04 | 0.83 | 0 | 0.20 | 297.16 | 0.71 | 0.46 |
| Hex | C3 | 22 | CB | 4 | 53 | 0 | 14 | 129 | 47 | 2E |
| Octal | 303 | 42 | 313 | 4 | 123 | 0 | 24 | 451 | 107 | 56 |
| Binary | 11000011 | 100010 | 11001011 | 100 | 1010011 | 0 | 10100 | 100101001 | 1000111 | 101110 |
Color Harmonies of #C322CB
Complementary color
Monochromatic Colors of #C322CB
Black with #C322CB
Text Example
Text Example
White with #C322CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322CB; }
p { color: rgb(195,34,203); }
H1.HeaderClassName
{
color: #C322CB;
}
.AnyTagClassName
{
color: #C322CB;
}
</style>
background-color css
<style>
a { background-color: #C322CB; }
a { background-color: rgb(195,34,203); }
div.DivClassName
{
background-color: #C322CB;
}
.BgClassName
{
background-color: #C322CB;
}
</style>
border-color css
<style>
span { border-color: #C322CB; }
span { border-color: rgb(195,34,203); }
td.TdClassName
{
border-color: #C322CB;
}
.TagClassName
{
border-color: #C322CB;
}
</style>