Shades of Deep Magenta #C907BC
Tints of Deep Magenta #C907BC
RGB
CMYK
RGB Variations
Color information
#C907BC (or 0xC907BC) is known color: Deep Magenta. HEX triplet: C9, 07 and BC. RGB value is (201,7,188). Sum of RGB (Red+Green+Blue) = 201+7+188=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C907BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907BC is #36F843. Grayscale: #555555. Windows color (decimal): -3602500 or 12322761. OLE color: 12322761.
HSL color Cylindrical-coordinate representation of color #C907BC: hue angle of 304.02º 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 #C907BC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.21 |
| HSL | 304.02º | 0.93% | 0.41% | - |
| HSV(B) | 304.02º | 0.97% | 0.79% | - |
| XYZ | 33.24 | 16.2 | 48.95 | - |
| YUV | 85.64 | 185.77 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 188 | 0 | 0.97 | 0.06 | 0.21 | 304.02 | 0.93 | 0.41 |
| Hex | C9 | 7 | BC | 0 | 61 | 6 | 15 | 130 | 5D | 29 |
| Octal | 311 | 7 | 274 | 0 | 141 | 6 | 25 | 460 | 135 | 51 |
| Binary | 11001001 | 111 | 10111100 | 0 | 1100001 | 110 | 10101 | 100110000 | 1011101 | 101001 |
Color Harmonies of #C907BC
Complementary color
Monochromatic Colors of #C907BC
Black with #C907BC
Text Example
Text Example
White with #C907BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907BC; }
p { color: rgb(201,7,188); }
H1.HeaderClassName
{
color: #C907BC;
}
.AnyTagClassName
{
color: #C907BC;
}
</style>
background-color css
<style>
a { background-color: #C907BC; }
a { background-color: rgb(201,7,188); }
div.DivClassName
{
background-color: #C907BC;
}
.BgClassName
{
background-color: #C907BC;
}
</style>
border-color css
<style>
span { border-color: #C907BC; }
span { border-color: rgb(201,7,188); }
td.TdClassName
{
border-color: #C907BC;
}
.TagClassName
{
border-color: #C907BC;
}
</style>