Shades of Deep Magenta #C618C2
Tints of Deep Magenta #C618C2
RGB
CMYK
RGB Variations
Color information
#C618C2 (or 0xC618C2) is known color: Deep Magenta. HEX triplet: C6, 18 and C2. RGB value is (198,24,194). Sum of RGB (Red+Green+Blue) = 198+24+194=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C618C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618C2 is #39E73D. Grayscale: #5E5E5E. Windows color (decimal): -3794750 or 12720326. OLE color: 12720326.
HSL color Cylindrical-coordinate representation of color #C618C2: hue angle of 301.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C618C2 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 194 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.22 |
| HSL | 301.38º | 0.78% | 0.44% | - |
| HSV(B) | 301.38º | 0.88% | 0.78% | - |
| XYZ | 33.35 | 16.55 | 52.48 | - |
| YUV | 95.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 194 | 0 | 0.88 | 0.02 | 0.22 | 301.38 | 0.78 | 0.44 |
| Hex | C6 | 18 | C2 | 0 | 58 | 2 | 16 | 12D | 4E | 2C |
| Octal | 306 | 30 | 302 | 0 | 130 | 2 | 26 | 455 | 116 | 54 |
| Binary | 11000110 | 11000 | 11000010 | 0 | 1011000 | 10 | 10110 | 100101101 | 1001110 | 101100 |
Color Harmonies of #C618C2
Complementary color
Monochromatic Colors of #C618C2
Black with #C618C2
Text Example
Text Example
White with #C618C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618C2; }
p { color: rgb(198,24,194); }
H1.HeaderClassName
{
color: #C618C2;
}
.AnyTagClassName
{
color: #C618C2;
}
</style>
background-color css
<style>
a { background-color: #C618C2; }
a { background-color: rgb(198,24,194); }
div.DivClassName
{
background-color: #C618C2;
}
.BgClassName
{
background-color: #C618C2;
}
</style>
border-color css
<style>
span { border-color: #C618C2; }
span { border-color: rgb(198,24,194); }
td.TdClassName
{
border-color: #C618C2;
}
.TagClassName
{
border-color: #C618C2;
}
</style>