Shades of Deep Magenta #C225B3
Tints of Deep Magenta #C225B3
RGB
CMYK
RGB Variations
Color information
#C225B3 (or 0xC225B3) is known color: Deep Magenta. HEX triplet: C2, 25 and B3. RGB value is (194,37,179). Sum of RGB (Red+Green+Blue) = 194+37+179=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C225B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C225B3 is #3DDA4C. Grayscale: #636363. Windows color (decimal): -4053581 or 11740610. OLE color: 11740610.
HSL color Cylindrical-coordinate representation of color #C225B3: hue angle of 305.73º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C225B3 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 179 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.24 |
| HSL | 305.73º | 0.68% | 0.45% | - |
| HSV(B) | 305.73º | 0.81% | 0.76% | - |
| XYZ | 31.05 | 16.05 | 44.11 | - |
| YUV | 100.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 179 | 0 | 0.81 | 0.08 | 0.24 | 305.73 | 0.68 | 0.45 |
| Hex | C2 | 25 | B3 | 0 | 51 | 8 | 18 | 132 | 44 | 2D |
| Octal | 302 | 45 | 263 | 0 | 121 | 10 | 30 | 462 | 104 | 55 |
| Binary | 11000010 | 100101 | 10110011 | 0 | 1010001 | 1000 | 11000 | 100110010 | 1000100 | 101101 |
Color Harmonies of #C225B3
Complementary color
Monochromatic Colors of #C225B3
Black with #C225B3
Text Example
Text Example
White with #C225B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225B3; }
p { color: rgb(194,37,179); }
H1.HeaderClassName
{
color: #C225B3;
}
.AnyTagClassName
{
color: #C225B3;
}
</style>
background-color css
<style>
a { background-color: #C225B3; }
a { background-color: rgb(194,37,179); }
div.DivClassName
{
background-color: #C225B3;
}
.BgClassName
{
background-color: #C225B3;
}
</style>
border-color css
<style>
span { border-color: #C225B3; }
span { border-color: rgb(194,37,179); }
td.TdClassName
{
border-color: #C225B3;
}
.TagClassName
{
border-color: #C225B3;
}
</style>