Shades of Deep Magenta #C907BE
Tints of Deep Magenta #C907BE
RGB
CMYK
RGB Variations
Color information
#C907BE (or 0xC907BE) is known color: Deep Magenta. HEX triplet: C9, 07 and BE. RGB value is (201,7,190). Sum of RGB (Red+Green+Blue) = 201+7+190=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C907BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907BE is #36F841. Grayscale: #555555. Windows color (decimal): -3602498 or 12453833. OLE color: 12453833.
HSL color Cylindrical-coordinate representation of color #C907BE: hue angle of 303.4º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907BE is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.21 |
| HSL | 303.4º | 0.93% | 0.41% | - |
| HSV(B) | 303.4º | 0.97% | 0.79% | - |
| XYZ | 33.46 | 16.29 | 50.1 | - |
| YUV | 85.87 | 186.77 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 190 | 0 | 0.97 | 0.05 | 0.21 | 303.4 | 0.93 | 0.41 |
| Hex | C9 | 7 | BE | 0 | 61 | 5 | 15 | 12F | 5D | 29 |
| Octal | 311 | 7 | 276 | 0 | 141 | 5 | 25 | 457 | 135 | 51 |
| Binary | 11001001 | 111 | 10111110 | 0 | 1100001 | 101 | 10101 | 100101111 | 1011101 | 101001 |
Color Harmonies of #C907BE
Complementary color
Monochromatic Colors of #C907BE
Black with #C907BE
Text Example
Text Example
White with #C907BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907BE; }
p { color: rgb(201,7,190); }
H1.HeaderClassName
{
color: #C907BE;
}
.AnyTagClassName
{
color: #C907BE;
}
</style>
background-color css
<style>
a { background-color: #C907BE; }
a { background-color: rgb(201,7,190); }
div.DivClassName
{
background-color: #C907BE;
}
.BgClassName
{
background-color: #C907BE;
}
</style>
border-color css
<style>
span { border-color: #C907BE; }
span { border-color: rgb(201,7,190); }
td.TdClassName
{
border-color: #C907BE;
}
.TagClassName
{
border-color: #C907BE;
}
</style>