Shades of Deep Magenta #C613CE
Tints of Deep Magenta #C613CE
RGB
CMYK
RGB Variations
Color information
#C613CE (or 0xC613CE) is known color: Deep Magenta. HEX triplet: C6, 13 and CE. RGB value is (198,19,206). Sum of RGB (Red+Green+Blue) = 198+19+206=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C613CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613CE is #39EC31. Grayscale: #5D5D5D. Windows color (decimal): -3796018 or 13505478. OLE color: 13505478.
HSL color Cylindrical-coordinate representation of color #C613CE: hue angle of 297.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C613CE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 19 | 206 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.19 |
| HSL | 297.43º | 0.83% | 0.44% | - |
| HSV(B) | 297.43º | 0.91% | 0.81% | - |
| XYZ | 34.66 | 16.93 | 59.83 | - |
| YUV | 93.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 206 | 0.04 | 0.91 | 0 | 0.19 | 297.43 | 0.83 | 0.44 |
| Hex | C6 | 13 | CE | 4 | 5B | 0 | 13 | 129 | 53 | 2C |
| Octal | 306 | 23 | 316 | 4 | 133 | 0 | 23 | 451 | 123 | 54 |
| Binary | 11000110 | 10011 | 11001110 | 100 | 1011011 | 0 | 10011 | 100101001 | 1010011 | 101100 |
Color Harmonies of #C613CE
Complementary color
Monochromatic Colors of #C613CE
Black with #C613CE
Text Example
Text Example
White with #C613CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613CE; }
p { color: rgb(198,19,206); }
H1.HeaderClassName
{
color: #C613CE;
}
.AnyTagClassName
{
color: #C613CE;
}
</style>
background-color css
<style>
a { background-color: #C613CE; }
a { background-color: rgb(198,19,206); }
div.DivClassName
{
background-color: #C613CE;
}
.BgClassName
{
background-color: #C613CE;
}
</style>
border-color css
<style>
span { border-color: #C613CE; }
span { border-color: rgb(198,19,206); }
td.TdClassName
{
border-color: #C613CE;
}
.TagClassName
{
border-color: #C613CE;
}
</style>