Shades of Deep Magenta #C201CB
Tints of Deep Magenta #C201CB
RGB
CMYK
RGB Variations
Color information
#C201CB (or 0xC201CB) is known color: Deep Magenta. HEX triplet: C2, 01 and CB. RGB value is (194,1,203). Sum of RGB (Red+Green+Blue) = 194+1+203=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #C201CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201CB is #3DFE34. Grayscale: #515151. Windows color (decimal): -4062773 or 13304258. OLE color: 13304258.
HSL color Cylindrical-coordinate representation of color #C201CB: hue angle of 297.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201CB is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 1 | 203 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.20 |
| HSL | 297.33º | 0.99% | 0.4% | - |
| HSV(B) | 297.33º | 1% | 0.8% | - |
| XYZ | 33.04 | 15.8 | 57.81 | - |
| YUV | 81.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 203 | 0.04 | 1.00 | 0 | 0.20 | 297.33 | 0.99 | 0.4 |
| Hex | C2 | 1 | CB | 4 | 64 | 0 | 14 | 129 | 63 | 28 |
| Octal | 302 | 1 | 313 | 4 | 144 | 0 | 24 | 451 | 143 | 50 |
| Binary | 11000010 | 1 | 11001011 | 100 | 1100100 | 0 | 10100 | 100101001 | 1100011 | 101000 |
Color Harmonies of #C201CB
Complementary color
Monochromatic Colors of #C201CB
Black with #C201CB
Text Example
Text Example
White with #C201CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201CB; }
p { color: rgb(194,1,203); }
H1.HeaderClassName
{
color: #C201CB;
}
.AnyTagClassName
{
color: #C201CB;
}
</style>
background-color css
<style>
a { background-color: #C201CB; }
a { background-color: rgb(194,1,203); }
div.DivClassName
{
background-color: #C201CB;
}
.BgClassName
{
background-color: #C201CB;
}
</style>
border-color css
<style>
span { border-color: #C201CB; }
span { border-color: rgb(194,1,203); }
td.TdClassName
{
border-color: #C201CB;
}
.TagClassName
{
border-color: #C201CB;
}
</style>