Shades of Deep Magenta #C400CF
Tints of Deep Magenta #C400CF
RGB
CMYK
RGB Variations
Color information
#C400CF (or 0xC400CF) is known color: Deep Magenta. HEX triplet: C4, 00 and CF. RGB value is (196,0,207). Sum of RGB (Red+Green+Blue) = 196+0+207=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #C400CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CF is #3BFF30. Grayscale: #515151. Windows color (decimal): -3931953 or 13566148. OLE color: 13566148.
HSL color Cylindrical-coordinate representation of color #C400CF: hue angle of 296.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400CF is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 0 | 207 | - |
| CMYK | 0.05 | 1 | 0 | 0.19 |
| HSL | 296.81º | 1% | 0.41% | - |
| HSV(B) | 296.81º | 1% | 0.81% | - |
| XYZ | 34.03 | 16.24 | 60.37 | - |
| YUV | 82.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 207 | 0.05 | 1 | 0 | 0.19 | 296.81 | 1 | 0.41 |
| Hex | C4 | 0 | CF | 5 | 64 | 0 | 13 | 129 | 64 | 29 |
| Octal | 304 | 0 | 317 | 5 | 144 | 0 | 23 | 451 | 144 | 51 |
| Binary | 11000100 | 0 | 11001111 | 101 | 1100100 | 0 | 10011 | 100101001 | 1100100 | 101001 |
Color Harmonies of #C400CF
Complementary color
Monochromatic Colors of #C400CF
Black with #C400CF
Text Example
Text Example
White with #C400CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400CF; }
p { color: rgb(196,0,207); }
H1.HeaderClassName
{
color: #C400CF;
}
.AnyTagClassName
{
color: #C400CF;
}
</style>
background-color css
<style>
a { background-color: #C400CF; }
a { background-color: rgb(196,0,207); }
div.DivClassName
{
background-color: #C400CF;
}
.BgClassName
{
background-color: #C400CF;
}
</style>
border-color css
<style>
span { border-color: #C400CF; }
span { border-color: rgb(196,0,207); }
td.TdClassName
{
border-color: #C400CF;
}
.TagClassName
{
border-color: #C400CF;
}
</style>