Shades of Deep Magenta #C305CE
Tints of Deep Magenta #C305CE
RGB
CMYK
RGB Variations
Color information
#C305CE (or 0xC305CE) is known color: Deep Magenta. HEX triplet: C3, 05 and CE. RGB value is (195,5,206). Sum of RGB (Red+Green+Blue) = 195+5+206=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #C305CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305CE is #3CFA31. Grayscale: #545454. Windows color (decimal): -3996210 or 13501891. OLE color: 13501891.
HSL color Cylindrical-coordinate representation of color #C305CE: hue angle of 296.72º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305CE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 5 | 206 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.19 |
| HSL | 296.72º | 0.95% | 0.41% | - |
| HSV(B) | 296.72º | 0.98% | 0.81% | - |
| XYZ | 33.7 | 16.17 | 59.74 | - |
| YUV | 84.72 | 196.45 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 206 | 0.05 | 0.98 | 0 | 0.19 | 296.72 | 0.95 | 0.41 |
| Hex | C3 | 5 | CE | 5 | 62 | 0 | 13 | 129 | 5F | 29 |
| Octal | 303 | 5 | 316 | 5 | 142 | 0 | 23 | 451 | 137 | 51 |
| Binary | 11000011 | 101 | 11001110 | 101 | 1100010 | 0 | 10011 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C305CE
Complementary color
Monochromatic Colors of #C305CE
Black with #C305CE
Text Example
Text Example
White with #C305CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305CE; }
p { color: rgb(195,5,206); }
H1.HeaderClassName
{
color: #C305CE;
}
.AnyTagClassName
{
color: #C305CE;
}
</style>
background-color css
<style>
a { background-color: #C305CE; }
a { background-color: rgb(195,5,206); }
div.DivClassName
{
background-color: #C305CE;
}
.BgClassName
{
background-color: #C305CE;
}
</style>
border-color css
<style>
span { border-color: #C305CE; }
span { border-color: rgb(195,5,206); }
td.TdClassName
{
border-color: #C305CE;
}
.TagClassName
{
border-color: #C305CE;
}
</style>