Shades of Deep Magenta #C223BC
Tints of Deep Magenta #C223BC
RGB
CMYK
RGB Variations
Color information
#C223BC (or 0xC223BC) is known color: Deep Magenta. HEX triplet: C2, 23 and BC. RGB value is (194,35,188). Sum of RGB (Red+Green+Blue) = 194+35+188=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C223BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223BC is #3DDC43. Grayscale: #636363. Windows color (decimal): -4054084 or 12329922. OLE color: 12329922.
HSL color Cylindrical-coordinate representation of color #C223BC: hue angle of 302.26º 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 #C223BC is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 188 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.24 |
| HSL | 302.26º | 0.69% | 0.45% | - |
| HSV(B) | 302.26º | 0.82% | 0.76% | - |
| XYZ | 31.93 | 16.3 | 49.04 | - |
| YUV | 99.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 188 | 0 | 0.82 | 0.03 | 0.24 | 302.26 | 0.69 | 0.45 |
| Hex | C2 | 23 | BC | 0 | 52 | 3 | 18 | 12E | 45 | 2D |
| Octal | 302 | 43 | 274 | 0 | 122 | 3 | 30 | 456 | 105 | 55 |
| Binary | 11000010 | 100011 | 10111100 | 0 | 1010010 | 11 | 11000 | 100101110 | 1000101 | 101101 |
Color Harmonies of #C223BC
Complementary color
Monochromatic Colors of #C223BC
Black with #C223BC
Text Example
Text Example
White with #C223BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223BC; }
p { color: rgb(194,35,188); }
H1.HeaderClassName
{
color: #C223BC;
}
.AnyTagClassName
{
color: #C223BC;
}
</style>
background-color css
<style>
a { background-color: #C223BC; }
a { background-color: rgb(194,35,188); }
div.DivClassName
{
background-color: #C223BC;
}
.BgClassName
{
background-color: #C223BC;
}
</style>
border-color css
<style>
span { border-color: #C223BC; }
span { border-color: rgb(194,35,188); }
td.TdClassName
{
border-color: #C223BC;
}
.TagClassName
{
border-color: #C223BC;
}
</style>