Shades of Fuchsia #C941BB
Tints of Fuchsia #C941BB
RGB
CMYK
RGB Variations
Color information
#C941BB (or 0xC941BB) is known color: Fuchsia. HEX triplet: C9, 41 and BB. RGB value is (201,65,187). Sum of RGB (Red+Green+Blue) = 201+65+187=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C941BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941BB is #36BE44. Grayscale: #777777. Windows color (decimal): -3587653 or 12272073. OLE color: 12272073.
HSL color Cylindrical-coordinate representation of color #C941BB: hue angle of 306.18º 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 #C941BB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 187 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.21 |
| HSL | 306.18º | 0.56% | 0.52% | - |
| HSV(B) | 306.18º | 0.68% | 0.79% | - |
| XYZ | 34.95 | 19.79 | 48.99 | - |
| YUV | 119.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 187 | 0 | 0.68 | 0.07 | 0.21 | 306.18 | 0.56 | 0.52 |
| Hex | C9 | 41 | BB | 0 | 44 | 7 | 15 | 132 | 38 | 34 |
| Octal | 311 | 101 | 273 | 0 | 104 | 7 | 25 | 462 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10111011 | 0 | 1000100 | 111 | 10101 | 100110010 | 111000 | 110100 |
Color Harmonies of #C941BB
Complementary color
Monochromatic Colors of #C941BB
Black with #C941BB
Text Example
Text Example
White with #C941BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941BB; }
p { color: rgb(201,65,187); }
H1.HeaderClassName
{
color: #C941BB;
}
.AnyTagClassName
{
color: #C941BB;
}
</style>
background-color css
<style>
a { background-color: #C941BB; }
a { background-color: rgb(201,65,187); }
div.DivClassName
{
background-color: #C941BB;
}
.BgClassName
{
background-color: #C941BB;
}
</style>
border-color css
<style>
span { border-color: #C941BB; }
span { border-color: rgb(201,65,187); }
td.TdClassName
{
border-color: #C941BB;
}
.TagClassName
{
border-color: #C941BB;
}
</style>