Shades of Deep Magenta #C301C9
Tints of Deep Magenta #C301C9
RGB
CMYK
RGB Variations
Color information
#C301C9 (or 0xC301C9) is known color: Deep Magenta. HEX triplet: C3, 01 and C9. RGB value is (195,1,201). Sum of RGB (Red+Green+Blue) = 195+1+201=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #C301C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301C9 is #3CFE36. Grayscale: #515151. Windows color (decimal): -3997239 or 13173187. OLE color: 13173187.
HSL color Cylindrical-coordinate representation of color #C301C9: hue angle of 298.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301C9 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 1 | 201 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.21 |
| HSL | 298.2º | 0.99% | 0.4% | - |
| HSV(B) | 298.2º | 1% | 0.79% | - |
| XYZ | 33.06 | 15.84 | 56.57 | - |
| YUV | 81.81 | 195.27 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 201 | 0.03 | 1.00 | 0 | 0.21 | 298.2 | 0.99 | 0.4 |
| Hex | C3 | 1 | C9 | 3 | 64 | 0 | 15 | 12A | 63 | 28 |
| Octal | 303 | 1 | 311 | 3 | 144 | 0 | 25 | 452 | 143 | 50 |
| Binary | 11000011 | 1 | 11001001 | 11 | 1100100 | 0 | 10101 | 100101010 | 1100011 | 101000 |
Color Harmonies of #C301C9
Complementary color
Monochromatic Colors of #C301C9
Black with #C301C9
Text Example
Text Example
White with #C301C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301C9; }
p { color: rgb(195,1,201); }
H1.HeaderClassName
{
color: #C301C9;
}
.AnyTagClassName
{
color: #C301C9;
}
</style>
background-color css
<style>
a { background-color: #C301C9; }
a { background-color: rgb(195,1,201); }
div.DivClassName
{
background-color: #C301C9;
}
.BgClassName
{
background-color: #C301C9;
}
</style>
border-color css
<style>
span { border-color: #C301C9; }
span { border-color: rgb(195,1,201); }
td.TdClassName
{
border-color: #C301C9;
}
.TagClassName
{
border-color: #C301C9;
}
</style>