Shades of Deep Magenta #C614BD
Tints of Deep Magenta #C614BD
RGB
CMYK
RGB Variations
Color information
#C614BD (or 0xC614BD) is known color: Deep Magenta. HEX triplet: C6, 14 and BD. RGB value is (198,20,189). Sum of RGB (Red+Green+Blue) = 198+20+189=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C614BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614BD is #39EB42. Grayscale: #5B5B5B. Windows color (decimal): -3795779 or 12391622. OLE color: 12391622.
HSL color Cylindrical-coordinate representation of color #C614BD: hue angle of 303.03º 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 #C614BD is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.22 |
| HSL | 303.03º | 0.82% | 0.43% | - |
| HSV(B) | 303.03º | 0.9% | 0.78% | - |
| XYZ | 32.72 | 16.18 | 49.54 | - |
| YUV | 92.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 189 | 0 | 0.90 | 0.05 | 0.22 | 303.03 | 0.82 | 0.43 |
| Hex | C6 | 14 | BD | 0 | 5A | 5 | 16 | 12F | 52 | 2B |
| Octal | 306 | 24 | 275 | 0 | 132 | 5 | 26 | 457 | 122 | 53 |
| Binary | 11000110 | 10100 | 10111101 | 0 | 1011010 | 101 | 10110 | 100101111 | 1010010 | 101011 |
Color Harmonies of #C614BD
Complementary color
Monochromatic Colors of #C614BD
Black with #C614BD
Text Example
Text Example
White with #C614BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614BD; }
p { color: rgb(198,20,189); }
H1.HeaderClassName
{
color: #C614BD;
}
.AnyTagClassName
{
color: #C614BD;
}
</style>
background-color css
<style>
a { background-color: #C614BD; }
a { background-color: rgb(198,20,189); }
div.DivClassName
{
background-color: #C614BD;
}
.BgClassName
{
background-color: #C614BD;
}
</style>
border-color css
<style>
span { border-color: #C614BD; }
span { border-color: rgb(198,20,189); }
td.TdClassName
{
border-color: #C614BD;
}
.TagClassName
{
border-color: #C614BD;
}
</style>