Shades of Deep Magenta #C218C3
Tints of Deep Magenta #C218C3
RGB
CMYK
RGB Variations
Color information
#C218C3 (or 0xC218C3) is known color: Deep Magenta. HEX triplet: C2, 18 and C3. RGB value is (194,24,195). Sum of RGB (Red+Green+Blue) = 194+24+195=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #C218C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C218C3 is #3DE73C. Grayscale: #5D5D5D. Windows color (decimal): -4056893 or 12785858. OLE color: 12785858.
HSL color Cylindrical-coordinate representation of color #C218C3: hue angle of 299.65º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C218C3 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 195 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.24 |
| HSL | 299.65º | 0.78% | 0.43% | - |
| HSV(B) | 299.65º | 0.88% | 0.76% | - |
| XYZ | 32.43 | 16.06 | 53.02 | - |
| YUV | 94.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 195 | 0.01 | 0.88 | 0 | 0.24 | 299.65 | 0.78 | 0.43 |
| Hex | C2 | 18 | C3 | 1 | 58 | 0 | 18 | 12C | 4E | 2B |
| Octal | 302 | 30 | 303 | 1 | 130 | 0 | 30 | 454 | 116 | 53 |
| Binary | 11000010 | 11000 | 11000011 | 1 | 1011000 | 0 | 11000 | 100101100 | 1001110 | 101011 |
Color Harmonies of #C218C3
Complementary color
Monochromatic Colors of #C218C3
Black with #C218C3
Text Example
Text Example
White with #C218C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C218C3; }
p { color: rgb(194,24,195); }
H1.HeaderClassName
{
color: #C218C3;
}
.AnyTagClassName
{
color: #C218C3;
}
</style>
background-color css
<style>
a { background-color: #C218C3; }
a { background-color: rgb(194,24,195); }
div.DivClassName
{
background-color: #C218C3;
}
.BgClassName
{
background-color: #C218C3;
}
</style>
border-color css
<style>
span { border-color: #C218C3; }
span { border-color: rgb(194,24,195); }
td.TdClassName
{
border-color: #C218C3;
}
.TagClassName
{
border-color: #C218C3;
}
</style>