Shades of Deep Magenta #C700CB
Tints of Deep Magenta #C700CB
RGB
CMYK
RGB Variations
Color information
#C700CB (or 0xC700CB) is known color: Deep Magenta. HEX triplet: C7, 00 and CB. RGB value is (199,0,203). Sum of RGB (Red+Green+Blue) = 199+0+203=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #C700CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CB is #38FF34. Grayscale: #525252. Windows color (decimal): -3735349 or 13304007. OLE color: 13304007.
HSL color Cylindrical-coordinate representation of color #C700CB: hue angle of 298.82º 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 #C700CB is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 0 | 203 | - |
| CMYK | 0.02 | 1 | 0 | 0.20 |
| HSL | 298.82º | 1% | 0.4% | - |
| HSV(B) | 298.82º | 1% | 0.8% | - |
| XYZ | 34.33 | 16.45 | 57.87 | - |
| YUV | 82.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 203 | 0.02 | 1 | 0 | 0.20 | 298.82 | 1 | 0.4 |
| Hex | C7 | 0 | CB | 2 | 64 | 0 | 14 | 12B | 64 | 28 |
| Octal | 307 | 0 | 313 | 2 | 144 | 0 | 24 | 453 | 144 | 50 |
| Binary | 11000111 | 0 | 11001011 | 10 | 1100100 | 0 | 10100 | 100101011 | 1100100 | 101000 |
Color Harmonies of #C700CB
Complementary color
Monochromatic Colors of #C700CB
Black with #C700CB
Text Example
Text Example
White with #C700CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700CB; }
p { color: rgb(199,0,203); }
H1.HeaderClassName
{
color: #C700CB;
}
.AnyTagClassName
{
color: #C700CB;
}
</style>
background-color css
<style>
a { background-color: #C700CB; }
a { background-color: rgb(199,0,203); }
div.DivClassName
{
background-color: #C700CB;
}
.BgClassName
{
background-color: #C700CB;
}
</style>
border-color css
<style>
span { border-color: #C700CB; }
span { border-color: rgb(199,0,203); }
td.TdClassName
{
border-color: #C700CB;
}
.TagClassName
{
border-color: #C700CB;
}
</style>