Shades of Deep Magenta #C614CA
Tints of Deep Magenta #C614CA
RGB
CMYK
RGB Variations
Color information
#C614CA (or 0xC614CA) is known color: Deep Magenta. HEX triplet: C6, 14 and CA. RGB value is (198,20,202). Sum of RGB (Red+Green+Blue) = 198+20+202=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #C614CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614CA is #39EB35. Grayscale: #5D5D5D. Windows color (decimal): -3795766 or 13243590. OLE color: 13243590.
HSL color Cylindrical-coordinate representation of color #C614CA: hue angle of 298.68º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C614CA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 20 | 202 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.21 |
| HSL | 298.68º | 0.82% | 0.44% | - |
| HSV(B) | 298.68º | 0.9% | 0.79% | - |
| XYZ | 34.2 | 16.77 | 57.31 | - |
| YUV | 93.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 202 | 0.02 | 0.90 | 0 | 0.21 | 298.68 | 0.82 | 0.44 |
| Hex | C6 | 14 | CA | 2 | 5A | 0 | 15 | 12B | 52 | 2C |
| Octal | 306 | 24 | 312 | 2 | 132 | 0 | 25 | 453 | 122 | 54 |
| Binary | 11000110 | 10100 | 11001010 | 10 | 1011010 | 0 | 10101 | 100101011 | 1010010 | 101100 |
Color Harmonies of #C614CA
Complementary color
Monochromatic Colors of #C614CA
Black with #C614CA
Text Example
Text Example
White with #C614CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614CA; }
p { color: rgb(198,20,202); }
H1.HeaderClassName
{
color: #C614CA;
}
.AnyTagClassName
{
color: #C614CA;
}
</style>
background-color css
<style>
a { background-color: #C614CA; }
a { background-color: rgb(198,20,202); }
div.DivClassName
{
background-color: #C614CA;
}
.BgClassName
{
background-color: #C614CA;
}
</style>
border-color css
<style>
span { border-color: #C614CA; }
span { border-color: rgb(198,20,202); }
td.TdClassName
{
border-color: #C614CA;
}
.TagClassName
{
border-color: #C614CA;
}
</style>