Shades of Deep Magenta #C301CD
Tints of Deep Magenta #C301CD
RGB
CMYK
RGB Variations
Color information
#C301CD (or 0xC301CD) is known color: Deep Magenta. HEX triplet: C3, 01 and CD. RGB value is (195,1,205). Sum of RGB (Red+Green+Blue) = 195+1+205=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #C301CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301CD is #3CFE32. Grayscale: #515151. Windows color (decimal): -3997235 or 13435331. OLE color: 13435331.
HSL color Cylindrical-coordinate representation of color #C301CD: hue angle of 297.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301CD is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 1 | 205 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.20 |
| HSL | 297.06º | 0.99% | 0.4% | - |
| HSV(B) | 297.06º | 1% | 0.8% | - |
| XYZ | 33.54 | 16.03 | 59.08 | - |
| YUV | 82.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 205 | 0.05 | 1.00 | 0 | 0.20 | 297.06 | 0.99 | 0.4 |
| Hex | C3 | 1 | CD | 5 | 64 | 0 | 14 | 129 | 63 | 28 |
| Octal | 303 | 1 | 315 | 5 | 144 | 0 | 24 | 451 | 143 | 50 |
| Binary | 11000011 | 1 | 11001101 | 101 | 1100100 | 0 | 10100 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C301CD
Complementary color
Monochromatic Colors of #C301CD
Black with #C301CD
Text Example
Text Example
White with #C301CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301CD; }
p { color: rgb(195,1,205); }
H1.HeaderClassName
{
color: #C301CD;
}
.AnyTagClassName
{
color: #C301CD;
}
</style>
background-color css
<style>
a { background-color: #C301CD; }
a { background-color: rgb(195,1,205); }
div.DivClassName
{
background-color: #C301CD;
}
.BgClassName
{
background-color: #C301CD;
}
</style>
border-color css
<style>
span { border-color: #C301CD; }
span { border-color: rgb(195,1,205); }
td.TdClassName
{
border-color: #C301CD;
}
.TagClassName
{
border-color: #C301CD;
}
</style>