Shades of Fuchsia #C940BB
Tints of Fuchsia #C940BB
RGB
CMYK
RGB Variations
Color information
#C940BB (or 0xC940BB) is known color: Fuchsia. HEX triplet: C9, 40 and BB. RGB value is (201,64,187). Sum of RGB (Red+Green+Blue) = 201+64+187=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C940BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940BB is #36BF44. Grayscale: #767676. Windows color (decimal): -3587909 or 12271817. OLE color: 12271817.
HSL color Cylindrical-coordinate representation of color #C940BB: hue angle of 306.13º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940BB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 187 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.21 |
| HSL | 306.13º | 0.56% | 0.52% | - |
| HSV(B) | 306.13º | 0.68% | 0.79% | - |
| XYZ | 34.89 | 19.67 | 48.97 | - |
| YUV | 118.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 187 | 0 | 0.68 | 0.07 | 0.21 | 306.13 | 0.56 | 0.52 |
| Hex | C9 | 40 | BB | 0 | 44 | 7 | 15 | 132 | 38 | 34 |
| Octal | 311 | 100 | 273 | 0 | 104 | 7 | 25 | 462 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10111011 | 0 | 1000100 | 111 | 10101 | 100110010 | 111000 | 110100 |
Color Harmonies of #C940BB
Complementary color
Monochromatic Colors of #C940BB
Black with #C940BB
Text Example
Text Example
White with #C940BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940BB; }
p { color: rgb(201,64,187); }
H1.HeaderClassName
{
color: #C940BB;
}
.AnyTagClassName
{
color: #C940BB;
}
</style>
background-color css
<style>
a { background-color: #C940BB; }
a { background-color: rgb(201,64,187); }
div.DivClassName
{
background-color: #C940BB;
}
.BgClassName
{
background-color: #C940BB;
}
</style>
border-color css
<style>
span { border-color: #C940BB; }
span { border-color: rgb(201,64,187); }
td.TdClassName
{
border-color: #C940BB;
}
.TagClassName
{
border-color: #C940BB;
}
</style>