Shades of Deep Magenta #C607BD
Tints of Deep Magenta #C607BD
RGB
CMYK
RGB Variations
Color information
#C607BD (or 0xC607BD) is known color: Deep Magenta. HEX triplet: C6, 07 and BD. RGB value is (198,7,189). Sum of RGB (Red+Green+Blue) = 198+7+189=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C607BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607BD is #39F842. Grayscale: #545454. Windows color (decimal): -3799107 or 12388294. OLE color: 12388294.
HSL color Cylindrical-coordinate representation of color #C607BD: hue angle of 302.83º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C607BD is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 189 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.22 |
| HSL | 302.83º | 0.93% | 0.4% | - |
| HSV(B) | 302.83º | 0.96% | 0.78% | - |
| XYZ | 32.55 | 15.83 | 49.48 | - |
| YUV | 84.86 | 186.78 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 189 | 0 | 0.96 | 0.05 | 0.22 | 302.83 | 0.93 | 0.4 |
| Hex | C6 | 7 | BD | 0 | 60 | 5 | 16 | 12F | 5D | 28 |
| Octal | 306 | 7 | 275 | 0 | 140 | 5 | 26 | 457 | 135 | 50 |
| Binary | 11000110 | 111 | 10111101 | 0 | 1100000 | 101 | 10110 | 100101111 | 1011101 | 101000 |
Color Harmonies of #C607BD
Complementary color
Monochromatic Colors of #C607BD
Black with #C607BD
Text Example
Text Example
White with #C607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607BD; }
p { color: rgb(198,7,189); }
H1.HeaderClassName
{
color: #C607BD;
}
.AnyTagClassName
{
color: #C607BD;
}
</style>
background-color css
<style>
a { background-color: #C607BD; }
a { background-color: rgb(198,7,189); }
div.DivClassName
{
background-color: #C607BD;
}
.BgClassName
{
background-color: #C607BD;
}
</style>
border-color css
<style>
span { border-color: #C607BD; }
span { border-color: rgb(198,7,189); }
td.TdClassName
{
border-color: #C607BD;
}
.TagClassName
{
border-color: #C607BD;
}
</style>