Shades of Deep Magenta #C225CE
Tints of Deep Magenta #C225CE
RGB
CMYK
RGB Variations
Color information
#C225CE (or 0xC225CE) is known color: Deep Magenta. HEX triplet: C2, 25 and CE. RGB value is (194,37,206). Sum of RGB (Red+Green+Blue) = 194+37+206=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C225CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225CE is #3DDA31. Grayscale: #666666. Windows color (decimal): -4053554 or 13510082. OLE color: 13510082.
HSL color Cylindrical-coordinate representation of color #C225CE: hue angle of 295.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C225CE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 37 | 206 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.19 |
| HSL | 295.74º | 0.7% | 0.48% | - |
| HSV(B) | 295.74º | 0.82% | 0.81% | - |
| XYZ | 34.05 | 17.25 | 59.93 | - |
| YUV | 103.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 206 | 0.06 | 0.82 | 0 | 0.19 | 295.74 | 0.7 | 0.48 |
| Hex | C2 | 25 | CE | 6 | 52 | 0 | 13 | 128 | 46 | 30 |
| Octal | 302 | 45 | 316 | 6 | 122 | 0 | 23 | 450 | 106 | 60 |
| Binary | 11000010 | 100101 | 11001110 | 110 | 1010010 | 0 | 10011 | 100101000 | 1000110 | 110000 |
Color Harmonies of #C225CE
Complementary color
Monochromatic Colors of #C225CE
Black with #C225CE
Text Example
Text Example
White with #C225CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225CE; }
p { color: rgb(194,37,206); }
H1.HeaderClassName
{
color: #C225CE;
}
.AnyTagClassName
{
color: #C225CE;
}
</style>
background-color css
<style>
a { background-color: #C225CE; }
a { background-color: rgb(194,37,206); }
div.DivClassName
{
background-color: #C225CE;
}
.BgClassName
{
background-color: #C225CE;
}
</style>
border-color css
<style>
span { border-color: #C225CE; }
span { border-color: rgb(194,37,206); }
td.TdClassName
{
border-color: #C225CE;
}
.TagClassName
{
border-color: #C225CE;
}
</style>