Shades of Fuchsia #C941BD
Tints of Fuchsia #C941BD
RGB
CMYK
RGB Variations
Color information
#C941BD (or 0xC941BD) is known color: Fuchsia. HEX triplet: C9, 41 and BD. RGB value is (201,65,189). Sum of RGB (Red+Green+Blue) = 201+65+189=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C941BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941BD is #36BE42. Grayscale: #777777. Windows color (decimal): -3587651 or 12403145. OLE color: 12403145.
HSL color Cylindrical-coordinate representation of color #C941BD: hue angle of 305.29º 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 #C941BD is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 189 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.21 |
| HSL | 305.29º | 0.56% | 0.52% | - |
| HSV(B) | 305.29º | 0.68% | 0.79% | - |
| XYZ | 35.16 | 19.87 | 50.13 | - |
| YUV | 119.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 189 | 0 | 0.68 | 0.06 | 0.21 | 305.29 | 0.56 | 0.52 |
| Hex | C9 | 41 | BD | 0 | 44 | 6 | 15 | 131 | 38 | 34 |
| Octal | 311 | 101 | 275 | 0 | 104 | 6 | 25 | 461 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10111101 | 0 | 1000100 | 110 | 10101 | 100110001 | 111000 | 110100 |
Color Harmonies of #C941BD
Complementary color
Monochromatic Colors of #C941BD
Black with #C941BD
Text Example
Text Example
White with #C941BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941BD; }
p { color: rgb(201,65,189); }
H1.HeaderClassName
{
color: #C941BD;
}
.AnyTagClassName
{
color: #C941BD;
}
</style>
background-color css
<style>
a { background-color: #C941BD; }
a { background-color: rgb(201,65,189); }
div.DivClassName
{
background-color: #C941BD;
}
.BgClassName
{
background-color: #C941BD;
}
</style>
border-color css
<style>
span { border-color: #C941BD; }
span { border-color: rgb(201,65,189); }
td.TdClassName
{
border-color: #C941BD;
}
.TagClassName
{
border-color: #C941BD;
}
</style>