Shades of Deep Magenta #C612BD
Tints of Deep Magenta #C612BD
RGB
CMYK
RGB Variations
Color information
#C612BD (or 0xC612BD) is known color: Deep Magenta. HEX triplet: C6, 12 and BD. RGB value is (198,18,189). Sum of RGB (Red+Green+Blue) = 198+18+189=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C612BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612BD is #39ED42. Grayscale: #5A5A5A. Windows color (decimal): -3796291 or 12391110. OLE color: 12391110.
HSL color Cylindrical-coordinate representation of color #C612BD: hue angle of 303º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612BD is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 303º | 0.83% | 0.42% | - |
| HSV(B) | 303º | 0.91% | 0.78% | - |
| XYZ | 32.69 | 16.11 | 49.53 | - |
| YUV | 91.31 | 183.13 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 189 | 0 | 0.91 | 0.05 | 0.22 | 303 | 0.83 | 0.42 |
| Hex | C6 | 12 | BD | 0 | 5B | 5 | 16 | 12F | 53 | 2A |
| Octal | 306 | 22 | 275 | 0 | 133 | 5 | 26 | 457 | 123 | 52 |
| Binary | 11000110 | 10010 | 10111101 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010011 | 101010 |
Color Harmonies of #C612BD
Complementary color
Monochromatic Colors of #C612BD
Black with #C612BD
Text Example
Text Example
White with #C612BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612BD; }
p { color: rgb(198,18,189); }
H1.HeaderClassName
{
color: #C612BD;
}
.AnyTagClassName
{
color: #C612BD;
}
</style>
background-color css
<style>
a { background-color: #C612BD; }
a { background-color: rgb(198,18,189); }
div.DivClassName
{
background-color: #C612BD;
}
.BgClassName
{
background-color: #C612BD;
}
</style>
border-color css
<style>
span { border-color: #C612BD; }
span { border-color: rgb(198,18,189); }
td.TdClassName
{
border-color: #C612BD;
}
.TagClassName
{
border-color: #C612BD;
}
</style>