Shades of Deep Magenta #C614B6
Tints of Deep Magenta #C614B6
RGB
CMYK
RGB Variations
Color information
#C614B6 (or 0xC614B6) is known color: Deep Magenta. HEX triplet: C6, 14 and B6. RGB value is (198,20,182). Sum of RGB (Red+Green+Blue) = 198+20+182=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C614B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614B6 is #39EB49. Grayscale: #5B5B5B. Windows color (decimal): -3795786 or 11932870. OLE color: 11932870.
HSL color Cylindrical-coordinate representation of color #C614B6: hue angle of 305.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C614B6 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 182 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.22 |
| HSL | 305.39º | 0.82% | 0.43% | - |
| HSV(B) | 305.39º | 0.9% | 0.78% | - |
| XYZ | 31.98 | 15.88 | 45.64 | - |
| YUV | 91.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 182 | 0 | 0.90 | 0.08 | 0.22 | 305.39 | 0.82 | 0.43 |
| Hex | C6 | 14 | B6 | 0 | 5A | 8 | 16 | 131 | 52 | 2B |
| Octal | 306 | 24 | 266 | 0 | 132 | 10 | 26 | 461 | 122 | 53 |
| Binary | 11000110 | 10100 | 10110110 | 0 | 1011010 | 1000 | 10110 | 100110001 | 1010010 | 101011 |
Color Harmonies of #C614B6
Complementary color
Monochromatic Colors of #C614B6
Black with #C614B6
Text Example
Text Example
White with #C614B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614B6; }
p { color: rgb(198,20,182); }
H1.HeaderClassName
{
color: #C614B6;
}
.AnyTagClassName
{
color: #C614B6;
}
</style>
background-color css
<style>
a { background-color: #C614B6; }
a { background-color: rgb(198,20,182); }
div.DivClassName
{
background-color: #C614B6;
}
.BgClassName
{
background-color: #C614B6;
}
</style>
border-color css
<style>
span { border-color: #C614B6; }
span { border-color: rgb(198,20,182); }
td.TdClassName
{
border-color: #C614B6;
}
.TagClassName
{
border-color: #C614B6;
}
</style>