Shades of Deep Magenta #C001CC
Tints of Deep Magenta #C001CC
RGB
CMYK
RGB Variations
Color information
#C001CC (or 0xC001CC) is known color: Deep Magenta. HEX triplet: C0, 01 and CC. RGB value is (192,1,204). Sum of RGB (Red+Green+Blue) = 192+1+204=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #C001CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001CC is #3FFE33. Grayscale: #505050. Windows color (decimal): -4193844 or 13369792. OLE color: 13369792.
HSL color Cylindrical-coordinate representation of color #C001CC: hue angle of 296.45º 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 #C001CC is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 1 | 204 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.2 |
| HSL | 296.45º | 0.99% | 0.4% | - |
| HSV(B) | 296.45º | 1% | 0.8% | - |
| XYZ | 32.65 | 15.59 | 58.41 | - |
| YUV | 81.25 | 197.28 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 204 | 0.06 | 1.00 | 0 | 0.2 | 296.45 | 0.99 | 0.4 |
| Hex | C0 | 1 | CC | 6 | 64 | 0 | 14 | 128 | 63 | 28 |
| Octal | 300 | 1 | 314 | 6 | 144 | 0 | 24 | 450 | 143 | 50 |
| Binary | 11000000 | 1 | 11001100 | 110 | 1100100 | 0 | 10100 | 100101000 | 1100011 | 101000 |
Color Harmonies of #C001CC
Complementary color
Monochromatic Colors of #C001CC
Black with #C001CC
Text Example
Text Example
White with #C001CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001CC; }
p { color: rgb(192,1,204); }
H1.HeaderClassName
{
color: #C001CC;
}
.AnyTagClassName
{
color: #C001CC;
}
</style>
background-color css
<style>
a { background-color: #C001CC; }
a { background-color: rgb(192,1,204); }
div.DivClassName
{
background-color: #C001CC;
}
.BgClassName
{
background-color: #C001CC;
}
</style>
border-color css
<style>
span { border-color: #C001CC; }
span { border-color: rgb(192,1,204); }
td.TdClassName
{
border-color: #C001CC;
}
.TagClassName
{
border-color: #C001CC;
}
</style>