Shades of Deep Magenta #C001CF
Tints of Deep Magenta #C001CF
RGB
CMYK
RGB Variations
Color information
#C001CF (or 0xC001CF) is known color: Deep Magenta. HEX triplet: C0, 01 and CF. RGB value is (192,1,207). Sum of RGB (Red+Green+Blue) = 192+1+207=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #C001CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001CF is #3FFE30. Grayscale: #505050. Windows color (decimal): -4193841 or 13566400. OLE color: 13566400.
HSL color Cylindrical-coordinate representation of color #C001CF: hue angle of 295.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001CF is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 1 | 207 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.19 |
| HSL | 295.63º | 0.99% | 0.41% | - |
| HSV(B) | 295.63º | 1% | 0.81% | - |
| XYZ | 33.01 | 15.73 | 60.33 | - |
| YUV | 81.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 207 | 0.07 | 1.00 | 0 | 0.19 | 295.63 | 0.99 | 0.41 |
| Hex | C0 | 1 | CF | 7 | 64 | 0 | 13 | 128 | 63 | 29 |
| Octal | 300 | 1 | 317 | 7 | 144 | 0 | 23 | 450 | 143 | 51 |
| Binary | 11000000 | 1 | 11001111 | 111 | 1100100 | 0 | 10011 | 100101000 | 1100011 | 101001 |
Color Harmonies of #C001CF
Complementary color
Monochromatic Colors of #C001CF
Black with #C001CF
Text Example
Text Example
White with #C001CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001CF; }
p { color: rgb(192,1,207); }
H1.HeaderClassName
{
color: #C001CF;
}
.AnyTagClassName
{
color: #C001CF;
}
</style>
background-color css
<style>
a { background-color: #C001CF; }
a { background-color: rgb(192,1,207); }
div.DivClassName
{
background-color: #C001CF;
}
.BgClassName
{
background-color: #C001CF;
}
</style>
border-color css
<style>
span { border-color: #C001CF; }
span { border-color: rgb(192,1,207); }
td.TdClassName
{
border-color: #C001CF;
}
.TagClassName
{
border-color: #C001CF;
}
</style>