Shades of Deep Magenta #C201C2
Tints of Deep Magenta #C201C2
RGB
CMYK
RGB Variations
Color information
#C201C2 (or 0xC201C2) is known color: Deep Magenta. HEX triplet: C2, 01 and C2. RGB value is (194,1,194). Sum of RGB (Red+Green+Blue) = 194+1+194=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C201C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201C2 is #3DFE3D. Grayscale: #505050. Windows color (decimal): -4062782 or 12714434. OLE color: 12714434.
HSL color Cylindrical-coordinate representation of color #C201C2: hue angle of 300º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201C2 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 1 | 194 | - |
CMYK | 0 | 0.99 | 0 | 0.24 |
HSL | 300º | 0.99% | 0.38% | - |
HSV(B) | 300º | 0.99% | 0.76% | - |
XYZ | 32 | 15.39 | 52.32 | - |
YUV | 80.71 | 191.94 | 208.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 1 | 194 | 0 | 0.99 | 0 | 0.24 | 300 | 0.99 | 0.38 |
Hex | C2 | 1 | C2 | 0 | 63 | 0 | 18 | 12C | 63 | 26 |
Octal | 302 | 1 | 302 | 0 | 143 | 0 | 30 | 454 | 143 | 46 |
Binary | 11000010 | 1 | 11000010 | 0 | 1100011 | 0 | 11000 | 100101100 | 1100011 | 100110 |
Color Harmonies of #C201C2
Complementary color
Monochromatic Colors of #C201C2
Black with #C201C2
Text Example
Text Example
White with #C201C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201C2; }
p { color: rgb(194,1,194); }
H1.HeaderClassName
{
color: #C201C2;
}
.AnyTagClassName
{
color: #C201C2;
}
</style>
background-color css
<style>
a { background-color: #C201C2; }
a { background-color: rgb(194,1,194); }
div.DivClassName
{
background-color: #C201C2;
}
.BgClassName
{
background-color: #C201C2;
}
</style>
border-color css
<style>
span { border-color: #C201C2; }
span { border-color: rgb(194,1,194); }
td.TdClassName
{
border-color: #C201C2;
}
.TagClassName
{
border-color: #C201C2;
}
</style>