Shades of Deep Magenta #C301CA
Tints of Deep Magenta #C301CA
RGB
CMYK
RGB Variations
Color information
#C301CA (or 0xC301CA) is known color: Deep Magenta. HEX triplet: C3, 01 and CA. RGB value is (195,1,202). Sum of RGB (Red+Green+Blue) = 195+1+202=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #C301CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301CA is #3CFE35. Grayscale: #515151. Windows color (decimal): -3997238 or 13238723. OLE color: 13238723.
HSL color Cylindrical-coordinate representation of color #C301CA: hue angle of 297.91º 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 #C301CA is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 1 | 202 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.21 |
| HSL | 297.91º | 0.99% | 0.4% | - |
| HSV(B) | 297.91º | 1% | 0.79% | - |
| XYZ | 33.18 | 15.89 | 57.2 | - |
| YUV | 81.92 | 195.77 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 202 | 0.03 | 1.00 | 0 | 0.21 | 297.91 | 0.99 | 0.4 |
| Hex | C3 | 1 | CA | 3 | 64 | 0 | 15 | 12A | 63 | 28 |
| Octal | 303 | 1 | 312 | 3 | 144 | 0 | 25 | 452 | 143 | 50 |
| Binary | 11000011 | 1 | 11001010 | 11 | 1100100 | 0 | 10101 | 100101010 | 1100011 | 101000 |
Color Harmonies of #C301CA
Complementary color
Monochromatic Colors of #C301CA
Black with #C301CA
Text Example
Text Example
White with #C301CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301CA; }
p { color: rgb(195,1,202); }
H1.HeaderClassName
{
color: #C301CA;
}
.AnyTagClassName
{
color: #C301CA;
}
</style>
background-color css
<style>
a { background-color: #C301CA; }
a { background-color: rgb(195,1,202); }
div.DivClassName
{
background-color: #C301CA;
}
.BgClassName
{
background-color: #C301CA;
}
</style>
border-color css
<style>
span { border-color: #C301CA; }
span { border-color: rgb(195,1,202); }
td.TdClassName
{
border-color: #C301CA;
}
.TagClassName
{
border-color: #C301CA;
}
</style>