Shades of Deep Magenta #C207CB
Tints of Deep Magenta #C207CB
RGB
CMYK
RGB Variations
Color information
#C207CB (or 0xC207CB) is known color: Deep Magenta. HEX triplet: C2, 07 and CB. RGB value is (194,7,203). Sum of RGB (Red+Green+Blue) = 194+7+203=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #C207CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207CB is #3DF834. Grayscale: #545454. Windows color (decimal): -4061237 or 13305794. OLE color: 13305794.
HSL color Cylindrical-coordinate representation of color #C207CB: hue angle of 297.24º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C207CB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 7 | 203 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.20 |
| HSL | 297.24º | 0.93% | 0.41% | - |
| HSV(B) | 297.24º | 0.97% | 0.8% | - |
| XYZ | 33.1 | 15.93 | 57.83 | - |
| YUV | 85.26 | 194.45 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 203 | 0.04 | 0.97 | 0 | 0.20 | 297.24 | 0.93 | 0.41 |
| Hex | C2 | 7 | CB | 4 | 61 | 0 | 14 | 129 | 5D | 29 |
| Octal | 302 | 7 | 313 | 4 | 141 | 0 | 24 | 451 | 135 | 51 |
| Binary | 11000010 | 111 | 11001011 | 100 | 1100001 | 0 | 10100 | 100101001 | 1011101 | 101001 |
Color Harmonies of #C207CB
Complementary color
Monochromatic Colors of #C207CB
Black with #C207CB
Text Example
Text Example
White with #C207CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207CB; }
p { color: rgb(194,7,203); }
H1.HeaderClassName
{
color: #C207CB;
}
.AnyTagClassName
{
color: #C207CB;
}
</style>
background-color css
<style>
a { background-color: #C207CB; }
a { background-color: rgb(194,7,203); }
div.DivClassName
{
background-color: #C207CB;
}
.BgClassName
{
background-color: #C207CB;
}
</style>
border-color css
<style>
span { border-color: #C207CB; }
span { border-color: rgb(194,7,203); }
td.TdClassName
{
border-color: #C207CB;
}
.TagClassName
{
border-color: #C207CB;
}
</style>