Shades of Deep Magenta #C314CB
Tints of Deep Magenta #C314CB
RGB
CMYK
RGB Variations
Color information
#C314CB (or 0xC314CB) is known color: Deep Magenta. HEX triplet: C3, 14 and CB. RGB value is (195,20,203). Sum of RGB (Red+Green+Blue) = 195+20+203=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #C314CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314CB is #3CEB34. Grayscale: #5C5C5C. Windows color (decimal): -3992373 or 13309123. OLE color: 13309123.
HSL color Cylindrical-coordinate representation of color #C314CB: hue angle of 297.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314CB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 20 | 203 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.20 |
| HSL | 297.38º | 0.82% | 0.44% | - |
| HSV(B) | 297.38º | 0.9% | 0.8% | - |
| XYZ | 33.54 | 16.41 | 57.9 | - |
| YUV | 93.19 | 189.98 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 203 | 0.04 | 0.90 | 0 | 0.20 | 297.38 | 0.82 | 0.44 |
| Hex | C3 | 14 | CB | 4 | 5A | 0 | 14 | 129 | 52 | 2C |
| Octal | 303 | 24 | 313 | 4 | 132 | 0 | 24 | 451 | 122 | 54 |
| Binary | 11000011 | 10100 | 11001011 | 100 | 1011010 | 0 | 10100 | 100101001 | 1010010 | 101100 |
Color Harmonies of #C314CB
Complementary color
Monochromatic Colors of #C314CB
Black with #C314CB
Text Example
Text Example
White with #C314CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314CB; }
p { color: rgb(195,20,203); }
H1.HeaderClassName
{
color: #C314CB;
}
.AnyTagClassName
{
color: #C314CB;
}
</style>
background-color css
<style>
a { background-color: #C314CB; }
a { background-color: rgb(195,20,203); }
div.DivClassName
{
background-color: #C314CB;
}
.BgClassName
{
background-color: #C314CB;
}
</style>
border-color css
<style>
span { border-color: #C314CB; }
span { border-color: rgb(195,20,203); }
td.TdClassName
{
border-color: #C314CB;
}
.TagClassName
{
border-color: #C314CB;
}
</style>