Shades of Deep Magenta #C223B2
Tints of Deep Magenta #C223B2
RGB
CMYK
RGB Variations
Color information
#C223B2 (or 0xC223B2) is known color: Deep Magenta. HEX triplet: C2, 23 and B2. RGB value is (194,35,178). Sum of RGB (Red+Green+Blue) = 194+35+178=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C223B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C223B2 is #3DDC4D. Grayscale: #626262. Windows color (decimal): -4054094 or 11674562. OLE color: 11674562.
HSL color Cylindrical-coordinate representation of color #C223B2: hue angle of 306.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C223B2 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 178 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.24 |
| HSL | 306.04º | 0.69% | 0.45% | - |
| HSV(B) | 306.04º | 0.82% | 0.76% | - |
| XYZ | 30.89 | 15.89 | 43.56 | - |
| YUV | 98.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 178 | 0 | 0.82 | 0.08 | 0.24 | 306.04 | 0.69 | 0.45 |
| Hex | C2 | 23 | B2 | 0 | 52 | 8 | 18 | 132 | 45 | 2D |
| Octal | 302 | 43 | 262 | 0 | 122 | 10 | 30 | 462 | 105 | 55 |
| Binary | 11000010 | 100011 | 10110010 | 0 | 1010010 | 1000 | 11000 | 100110010 | 1000101 | 101101 |
Color Harmonies of #C223B2
Complementary color
Monochromatic Colors of #C223B2
Black with #C223B2
Text Example
Text Example
White with #C223B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223B2; }
p { color: rgb(194,35,178); }
H1.HeaderClassName
{
color: #C223B2;
}
.AnyTagClassName
{
color: #C223B2;
}
</style>
background-color css
<style>
a { background-color: #C223B2; }
a { background-color: rgb(194,35,178); }
div.DivClassName
{
background-color: #C223B2;
}
.BgClassName
{
background-color: #C223B2;
}
</style>
border-color css
<style>
span { border-color: #C223B2; }
span { border-color: rgb(194,35,178); }
td.TdClassName
{
border-color: #C223B2;
}
.TagClassName
{
border-color: #C223B2;
}
</style>