Shades of Deep Magenta #C319CB
Tints of Deep Magenta #C319CB
RGB
CMYK
RGB Variations
Color information
#C319CB (or 0xC319CB) is known color: Deep Magenta. HEX triplet: C3, 19 and CB. RGB value is (195,25,203). Sum of RGB (Red+Green+Blue) = 195+25+203=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C319CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319CB is #3CE634. Grayscale: #5F5F5F. Windows color (decimal): -3991093 or 13310403. OLE color: 13310403.
HSL color Cylindrical-coordinate representation of color #C319CB: hue angle of 297.3º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C319CB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 25 | 203 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.20 |
| HSL | 297.3º | 0.78% | 0.45% | - |
| HSV(B) | 297.3º | 0.88% | 0.8% | - |
| XYZ | 33.63 | 16.61 | 57.93 | - |
| YUV | 96.12 | 188.32 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 203 | 0.04 | 0.88 | 0 | 0.20 | 297.3 | 0.78 | 0.45 |
| Hex | C3 | 19 | CB | 4 | 58 | 0 | 14 | 129 | 4E | 2D |
| Octal | 303 | 31 | 313 | 4 | 130 | 0 | 24 | 451 | 116 | 55 |
| Binary | 11000011 | 11001 | 11001011 | 100 | 1011000 | 0 | 10100 | 100101001 | 1001110 | 101101 |
Color Harmonies of #C319CB
Complementary color
Monochromatic Colors of #C319CB
Black with #C319CB
Text Example
Text Example
White with #C319CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319CB; }
p { color: rgb(195,25,203); }
H1.HeaderClassName
{
color: #C319CB;
}
.AnyTagClassName
{
color: #C319CB;
}
</style>
background-color css
<style>
a { background-color: #C319CB; }
a { background-color: rgb(195,25,203); }
div.DivClassName
{
background-color: #C319CB;
}
.BgClassName
{
background-color: #C319CB;
}
</style>
border-color css
<style>
span { border-color: #C319CB; }
span { border-color: rgb(195,25,203); }
td.TdClassName
{
border-color: #C319CB;
}
.TagClassName
{
border-color: #C319CB;
}
</style>