Shades of Deep Magenta #C301C5
Tints of Deep Magenta #C301C5
RGB
CMYK
RGB Variations
Color information
#C301C5 (or 0xC301C5) is known color: Deep Magenta. HEX triplet: C3, 01 and C5. RGB value is (195,1,197). Sum of RGB (Red+Green+Blue) = 195+1+197=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #C301C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301C5 is #3CFE3A. Grayscale: #505050. Windows color (decimal): -3997243 or 12911043. OLE color: 12911043.
HSL color Cylindrical-coordinate representation of color #C301C5: hue angle of 299.39º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C301C5 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 1 | 197 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.23 |
| HSL | 299.39º | 0.99% | 0.39% | - |
| HSV(B) | 299.39º | 0.99% | 0.77% | - |
| XYZ | 32.59 | 15.66 | 54.13 | - |
| YUV | 81.35 | 193.27 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 197 | 0.01 | 0.99 | 0 | 0.23 | 299.39 | 0.99 | 0.39 |
| Hex | C3 | 1 | C5 | 1 | 63 | 0 | 17 | 12B | 63 | 27 |
| Octal | 303 | 1 | 305 | 1 | 143 | 0 | 27 | 453 | 143 | 47 |
| Binary | 11000011 | 1 | 11000101 | 1 | 1100011 | 0 | 10111 | 100101011 | 1100011 | 100111 |
Color Harmonies of #C301C5
Complementary color
Monochromatic Colors of #C301C5
Black with #C301C5
Text Example
Text Example
White with #C301C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301C5; }
p { color: rgb(195,1,197); }
H1.HeaderClassName
{
color: #C301C5;
}
.AnyTagClassName
{
color: #C301C5;
}
</style>
background-color css
<style>
a { background-color: #C301C5; }
a { background-color: rgb(195,1,197); }
div.DivClassName
{
background-color: #C301C5;
}
.BgClassName
{
background-color: #C301C5;
}
</style>
border-color css
<style>
span { border-color: #C301C5; }
span { border-color: rgb(195,1,197); }
td.TdClassName
{
border-color: #C301C5;
}
.TagClassName
{
border-color: #C301C5;
}
</style>