Shades of Deep Magenta #C201A7
Tints of Deep Magenta #C201A7
RGB
CMYK
RGB Variations
Color information
#C201A7 (or 0xC201A7) is known color: Deep Magenta. HEX triplet: C2, 01 and A7. RGB value is (194,1,167). Sum of RGB (Red+Green+Blue) = 194+1+167=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C201A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201A7 is #3DFE58. Grayscale: #4D4D4D. Windows color (decimal): -4062809 or 10944962. OLE color: 10944962.
HSL color Cylindrical-coordinate representation of color #C201A7: hue angle of 308.39º 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 #C201A7 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 167 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.24 |
| HSL | 308.39º | 0.99% | 0.38% | - |
| HSV(B) | 308.39º | 0.99% | 0.76% | - |
| XYZ | 29.23 | 14.28 | 37.77 | - |
| YUV | 77.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 167 | 0 | 0.99 | 0.14 | 0.24 | 308.39 | 0.99 | 0.38 |
| Hex | C2 | 1 | A7 | 0 | 63 | E | 18 | 134 | 63 | 26 |
| Octal | 302 | 1 | 247 | 0 | 143 | 16 | 30 | 464 | 143 | 46 |
| Binary | 11000010 | 1 | 10100111 | 0 | 1100011 | 1110 | 11000 | 100110100 | 1100011 | 100110 |
Color Harmonies of #C201A7
Complementary color
Monochromatic Colors of #C201A7
Black with #C201A7
Text Example
Text Example
White with #C201A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C201A7; }
p { color: rgb(194,1,167); }
H1.HeaderClassName
{
color: #C201A7;
}
.AnyTagClassName
{
color: #C201A7;
}
</style>
background-color css
<style>
a { background-color: #C201A7; }
a { background-color: rgb(194,1,167); }
div.DivClassName
{
background-color: #C201A7;
}
.BgClassName
{
background-color: #C201A7;
}
</style>
border-color css
<style>
span { border-color: #C201A7; }
span { border-color: rgb(194,1,167); }
td.TdClassName
{
border-color: #C201A7;
}
.TagClassName
{
border-color: #C201A7;
}
</style>