Shades of Deep Magenta #C614CC
Tints of Deep Magenta #C614CC
RGB
CMYK
RGB Variations
Color information
#C614CC (or 0xC614CC) is known color: Deep Magenta. HEX triplet: C6, 14 and CC. RGB value is (198,20,204). Sum of RGB (Red+Green+Blue) = 198+20+204=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C614CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614CC is #39EB33. Grayscale: #5D5D5D. Windows color (decimal): -3795764 or 13374662. OLE color: 13374662.
HSL color Cylindrical-coordinate representation of color #C614CC: hue angle of 298.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C614CC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 20 | 204 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.2 |
| HSL | 298.04º | 0.82% | 0.44% | - |
| HSV(B) | 298.04º | 0.9% | 0.8% | - |
| XYZ | 34.44 | 16.87 | 58.57 | - |
| YUV | 94.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 204 | 0.03 | 0.90 | 0 | 0.2 | 298.04 | 0.82 | 0.44 |
| Hex | C6 | 14 | CC | 3 | 5A | 0 | 14 | 12A | 52 | 2C |
| Octal | 306 | 24 | 314 | 3 | 132 | 0 | 24 | 452 | 122 | 54 |
| Binary | 11000110 | 10100 | 11001100 | 11 | 1011010 | 0 | 10100 | 100101010 | 1010010 | 101100 |
Color Harmonies of #C614CC
Complementary color
Monochromatic Colors of #C614CC
Black with #C614CC
Text Example
Text Example
White with #C614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614CC; }
p { color: rgb(198,20,204); }
H1.HeaderClassName
{
color: #C614CC;
}
.AnyTagClassName
{
color: #C614CC;
}
</style>
background-color css
<style>
a { background-color: #C614CC; }
a { background-color: rgb(198,20,204); }
div.DivClassName
{
background-color: #C614CC;
}
.BgClassName
{
background-color: #C614CC;
}
</style>
border-color css
<style>
span { border-color: #C614CC; }
span { border-color: rgb(198,20,204); }
td.TdClassName
{
border-color: #C614CC;
}
.TagClassName
{
border-color: #C614CC;
}
</style>