Shades of Deep Magenta #C301CE
Tints of Deep Magenta #C301CE
RGB
CMYK
RGB Variations
Color information
#C301CE (or 0xC301CE) is known color: Deep Magenta. HEX triplet: C3, 01 and CE. RGB value is (195,1,206). Sum of RGB (Red+Green+Blue) = 195+1+206=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #C301CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301CE is #3CFE31. Grayscale: #515151. Windows color (decimal): -3997234 or 13500867. OLE color: 13500867.
HSL color Cylindrical-coordinate representation of color #C301CE: hue angle of 296.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301CE is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 1 | 206 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.19 |
| HSL | 296.78º | 0.99% | 0.41% | - |
| HSV(B) | 296.78º | 1% | 0.81% | - |
| XYZ | 33.66 | 16.08 | 59.72 | - |
| YUV | 82.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 206 | 0.05 | 1.00 | 0 | 0.19 | 296.78 | 0.99 | 0.41 |
| Hex | C3 | 1 | CE | 5 | 64 | 0 | 13 | 129 | 63 | 29 |
| Octal | 303 | 1 | 316 | 5 | 144 | 0 | 23 | 451 | 143 | 51 |
| Binary | 11000011 | 1 | 11001110 | 101 | 1100100 | 0 | 10011 | 100101001 | 1100011 | 101001 |
Color Harmonies of #C301CE
Complementary color
Monochromatic Colors of #C301CE
Black with #C301CE
Text Example
Text Example
White with #C301CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301CE; }
p { color: rgb(195,1,206); }
H1.HeaderClassName
{
color: #C301CE;
}
.AnyTagClassName
{
color: #C301CE;
}
</style>
background-color css
<style>
a { background-color: #C301CE; }
a { background-color: rgb(195,1,206); }
div.DivClassName
{
background-color: #C301CE;
}
.BgClassName
{
background-color: #C301CE;
}
</style>
border-color css
<style>
span { border-color: #C301CE; }
span { border-color: rgb(195,1,206); }
td.TdClassName
{
border-color: #C301CE;
}
.TagClassName
{
border-color: #C301CE;
}
</style>