Shades of Deep Magenta #C400CB
Tints of Deep Magenta #C400CB
RGB
CMYK
RGB Variations
Color information
#C400CB (or 0xC400CB) is known color: Deep Magenta. HEX triplet: C4, 00 and CB. RGB value is (196,0,203). Sum of RGB (Red+Green+Blue) = 196+0+203=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #C400CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CB is #3BFF34. Grayscale: #515151. Windows color (decimal): -3931957 or 13304004. OLE color: 13304004.
HSL color Cylindrical-coordinate representation of color #C400CB: hue angle of 297.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400CB is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 0 | 203 | - |
| CMYK | 0.03 | 1 | 0 | 0.20 |
| HSL | 297.93º | 1% | 0.4% | - |
| HSV(B) | 297.93º | 1% | 0.8% | - |
| XYZ | 33.54 | 16.05 | 57.83 | - |
| YUV | 81.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 203 | 0.03 | 1 | 0 | 0.20 | 297.93 | 1 | 0.4 |
| Hex | C4 | 0 | CB | 3 | 64 | 0 | 14 | 12A | 64 | 28 |
| Octal | 304 | 0 | 313 | 3 | 144 | 0 | 24 | 452 | 144 | 50 |
| Binary | 11000100 | 0 | 11001011 | 11 | 1100100 | 0 | 10100 | 100101010 | 1100100 | 101000 |
Color Harmonies of #C400CB
Complementary color
Monochromatic Colors of #C400CB
Black with #C400CB
Text Example
Text Example
White with #C400CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400CB; }
p { color: rgb(196,0,203); }
H1.HeaderClassName
{
color: #C400CB;
}
.AnyTagClassName
{
color: #C400CB;
}
</style>
background-color css
<style>
a { background-color: #C400CB; }
a { background-color: rgb(196,0,203); }
div.DivClassName
{
background-color: #C400CB;
}
.BgClassName
{
background-color: #C400CB;
}
</style>
border-color css
<style>
span { border-color: #C400CB; }
span { border-color: rgb(196,0,203); }
td.TdClassName
{
border-color: #C400CB;
}
.TagClassName
{
border-color: #C400CB;
}
</style>