Shades of Deep Magenta #C618C3
Tints of Deep Magenta #C618C3
RGB
CMYK
RGB Variations
Color information
#C618C3 (or 0xC618C3) is known color: Deep Magenta. HEX triplet: C6, 18 and C3. RGB value is (198,24,195). Sum of RGB (Red+Green+Blue) = 198+24+195=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C618C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618C3 is #39E73C. Grayscale: #5F5F5F. Windows color (decimal): -3794749 or 12785862. OLE color: 12785862.
HSL color Cylindrical-coordinate representation of color #C618C3: hue angle of 301.03º 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 #C618C3 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 195 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.22 |
| HSL | 301.03º | 0.78% | 0.44% | - |
| HSV(B) | 301.03º | 0.88% | 0.78% | - |
| XYZ | 33.47 | 16.6 | 53.07 | - |
| YUV | 95.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 195 | 0 | 0.88 | 0.02 | 0.22 | 301.03 | 0.78 | 0.44 |
| Hex | C6 | 18 | C3 | 0 | 58 | 2 | 16 | 12D | 4E | 2C |
| Octal | 306 | 30 | 303 | 0 | 130 | 2 | 26 | 455 | 116 | 54 |
| Binary | 11000110 | 11000 | 11000011 | 0 | 1011000 | 10 | 10110 | 100101101 | 1001110 | 101100 |
Color Harmonies of #C618C3
Complementary color
Monochromatic Colors of #C618C3
Black with #C618C3
Text Example
Text Example
White with #C618C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618C3; }
p { color: rgb(198,24,195); }
H1.HeaderClassName
{
color: #C618C3;
}
.AnyTagClassName
{
color: #C618C3;
}
</style>
background-color css
<style>
a { background-color: #C618C3; }
a { background-color: rgb(198,24,195); }
div.DivClassName
{
background-color: #C618C3;
}
.BgClassName
{
background-color: #C618C3;
}
</style>
border-color css
<style>
span { border-color: #C618C3; }
span { border-color: rgb(198,24,195); }
td.TdClassName
{
border-color: #C618C3;
}
.TagClassName
{
border-color: #C618C3;
}
</style>