Shades of Deep Magenta #C618B2
Tints of Deep Magenta #C618B2
RGB
CMYK
RGB Variations
Color information
#C618B2 (or 0xC618B2) is known color: Deep Magenta. HEX triplet: C6, 18 and B2. RGB value is (198,24,178). Sum of RGB (Red+Green+Blue) = 198+24+178=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C618B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618B2 is #39E74D. Grayscale: #5D5D5D. Windows color (decimal): -3794766 or 11671750. OLE color: 11671750.
HSL color Cylindrical-coordinate representation of color #C618B2: hue angle of 306.9º 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 #C618B2 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 178 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.22 |
| HSL | 306.9º | 0.78% | 0.44% | - |
| HSV(B) | 306.9º | 0.88% | 0.78% | - |
| XYZ | 31.65 | 15.87 | 43.52 | - |
| YUV | 93.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 178 | 0 | 0.88 | 0.10 | 0.22 | 306.9 | 0.78 | 0.44 |
| Hex | C6 | 18 | B2 | 0 | 58 | A | 16 | 133 | 4E | 2C |
| Octal | 306 | 30 | 262 | 0 | 130 | 12 | 26 | 463 | 116 | 54 |
| Binary | 11000110 | 11000 | 10110010 | 0 | 1011000 | 1010 | 10110 | 100110011 | 1001110 | 101100 |
Color Harmonies of #C618B2
Complementary color
Monochromatic Colors of #C618B2
Black with #C618B2
Text Example
Text Example
White with #C618B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618B2; }
p { color: rgb(198,24,178); }
H1.HeaderClassName
{
color: #C618B2;
}
.AnyTagClassName
{
color: #C618B2;
}
</style>
background-color css
<style>
a { background-color: #C618B2; }
a { background-color: rgb(198,24,178); }
div.DivClassName
{
background-color: #C618B2;
}
.BgClassName
{
background-color: #C618B2;
}
</style>
border-color css
<style>
span { border-color: #C618B2; }
span { border-color: rgb(198,24,178); }
td.TdClassName
{
border-color: #C618B2;
}
.TagClassName
{
border-color: #C618B2;
}
</style>