Shades of Deep Magenta #C613CF
Tints of Deep Magenta #C613CF
RGB
CMYK
RGB Variations
Color information
#C613CF (or 0xC613CF) is known color: Deep Magenta. HEX triplet: C6, 13 and CF. RGB value is (198,19,207). Sum of RGB (Red+Green+Blue) = 198+19+207=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #C613CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613CF is #39EC30. Grayscale: #5D5D5D. Windows color (decimal): -3796017 or 13571014. OLE color: 13571014.
HSL color Cylindrical-coordinate representation of color #C613CF: hue angle of 297.13º 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 #C613CF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 19 | 207 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.19 |
| HSL | 297.13º | 0.83% | 0.44% | - |
| HSV(B) | 297.13º | 0.91% | 0.81% | - |
| XYZ | 34.78 | 16.98 | 60.47 | - |
| YUV | 93.95 | 191.8 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 207 | 0.04 | 0.91 | 0 | 0.19 | 297.13 | 0.83 | 0.44 |
| Hex | C6 | 13 | CF | 4 | 5B | 0 | 13 | 129 | 53 | 2C |
| Octal | 306 | 23 | 317 | 4 | 133 | 0 | 23 | 451 | 123 | 54 |
| Binary | 11000110 | 10011 | 11001111 | 100 | 1011011 | 0 | 10011 | 100101001 | 1010011 | 101100 |
Color Harmonies of #C613CF
Complementary color
Monochromatic Colors of #C613CF
Black with #C613CF
Text Example
Text Example
White with #C613CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613CF; }
p { color: rgb(198,19,207); }
H1.HeaderClassName
{
color: #C613CF;
}
.AnyTagClassName
{
color: #C613CF;
}
</style>
background-color css
<style>
a { background-color: #C613CF; }
a { background-color: rgb(198,19,207); }
div.DivClassName
{
background-color: #C613CF;
}
.BgClassName
{
background-color: #C613CF;
}
</style>
border-color css
<style>
span { border-color: #C613CF; }
span { border-color: rgb(198,19,207); }
td.TdClassName
{
border-color: #C613CF;
}
.TagClassName
{
border-color: #C613CF;
}
</style>