Shades of Deep Magenta #C301CC
Tints of Deep Magenta #C301CC
RGB
CMYK
RGB Variations
Color information
#C301CC (or 0xC301CC) is known color: Deep Magenta. HEX triplet: C3, 01 and CC. RGB value is (195,1,204). Sum of RGB (Red+Green+Blue) = 195+1+204=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #C301CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301CC is #3CFE33. Grayscale: #515151. Windows color (decimal): -3997236 or 13369795. OLE color: 13369795.
HSL color Cylindrical-coordinate representation of color #C301CC: hue angle of 297.34º 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 #C301CC is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 1 | 204 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.2 |
| HSL | 297.34º | 0.99% | 0.4% | - |
| HSV(B) | 297.34º | 1% | 0.8% | - |
| XYZ | 33.42 | 15.98 | 58.45 | - |
| YUV | 82.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 204 | 0.04 | 1.00 | 0 | 0.2 | 297.34 | 0.99 | 0.4 |
| Hex | C3 | 1 | CC | 4 | 64 | 0 | 14 | 129 | 63 | 28 |
| Octal | 303 | 1 | 314 | 4 | 144 | 0 | 24 | 451 | 143 | 50 |
| Binary | 11000011 | 1 | 11001100 | 100 | 1100100 | 0 | 10100 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C301CC
Complementary color
Monochromatic Colors of #C301CC
Black with #C301CC
Text Example
Text Example
White with #C301CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301CC; }
p { color: rgb(195,1,204); }
H1.HeaderClassName
{
color: #C301CC;
}
.AnyTagClassName
{
color: #C301CC;
}
</style>
background-color css
<style>
a { background-color: #C301CC; }
a { background-color: rgb(195,1,204); }
div.DivClassName
{
background-color: #C301CC;
}
.BgClassName
{
background-color: #C301CC;
}
</style>
border-color css
<style>
span { border-color: #C301CC; }
span { border-color: rgb(195,1,204); }
td.TdClassName
{
border-color: #C301CC;
}
.TagClassName
{
border-color: #C301CC;
}
</style>