Shades of Deep Magenta #C907CB
Tints of Deep Magenta #C907CB
RGB
CMYK
RGB Variations
Color information
#C907CB (or 0xC907CB) is known color: Deep Magenta. HEX triplet: C9, 07 and CB. RGB value is (201,7,203). Sum of RGB (Red+Green+Blue) = 201+7+203=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #C907CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907CB is #36F834. Grayscale: #565656. Windows color (decimal): -3602485 or 13305801. OLE color: 13305801.
HSL color Cylindrical-coordinate representation of color #C907CB: hue angle of 299.39º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907CB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 7 | 203 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.20 |
| HSL | 299.39º | 0.93% | 0.41% | - |
| HSV(B) | 299.39º | 0.97% | 0.8% | - |
| XYZ | 34.94 | 16.88 | 57.92 | - |
| YUV | 87.35 | 193.27 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 203 | 0.01 | 0.97 | 0 | 0.20 | 299.39 | 0.93 | 0.41 |
| Hex | C9 | 7 | CB | 1 | 61 | 0 | 14 | 12B | 5D | 29 |
| Octal | 311 | 7 | 313 | 1 | 141 | 0 | 24 | 453 | 135 | 51 |
| Binary | 11001001 | 111 | 11001011 | 1 | 1100001 | 0 | 10100 | 100101011 | 1011101 | 101001 |
Color Harmonies of #C907CB
Complementary color
Monochromatic Colors of #C907CB
Black with #C907CB
Text Example
Text Example
White with #C907CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907CB; }
p { color: rgb(201,7,203); }
H1.HeaderClassName
{
color: #C907CB;
}
.AnyTagClassName
{
color: #C907CB;
}
</style>
background-color css
<style>
a { background-color: #C907CB; }
a { background-color: rgb(201,7,203); }
div.DivClassName
{
background-color: #C907CB;
}
.BgClassName
{
background-color: #C907CB;
}
</style>
border-color css
<style>
span { border-color: #C907CB; }
span { border-color: rgb(201,7,203); }
td.TdClassName
{
border-color: #C907CB;
}
.TagClassName
{
border-color: #C907CB;
}
</style>