Shades of Fuchsia #C941B8
Tints of Fuchsia #C941B8
RGB
CMYK
RGB Variations
Color information
#C941B8 (or 0xC941B8) is known color: Fuchsia. HEX triplet: C9, 41 and B8. RGB value is (201,65,184). Sum of RGB (Red+Green+Blue) = 201+65+184=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C941B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941B8 is #36BE47. Grayscale: #767676. Windows color (decimal): -3587656 or 12075465. OLE color: 12075465.
HSL color Cylindrical-coordinate representation of color #C941B8: hue angle of 307.5º 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 #C941B8 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 184 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.21 |
| HSL | 307.5º | 0.56% | 0.52% | - |
| HSV(B) | 307.5º | 0.68% | 0.79% | - |
| XYZ | 34.63 | 19.66 | 47.32 | - |
| YUV | 119.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 184 | 0 | 0.68 | 0.08 | 0.21 | 307.5 | 0.56 | 0.52 |
| Hex | C9 | 41 | B8 | 0 | 44 | 8 | 15 | 134 | 38 | 34 |
| Octal | 311 | 101 | 270 | 0 | 104 | 10 | 25 | 464 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10111000 | 0 | 1000100 | 1000 | 10101 | 100110100 | 111000 | 110100 |
Color Harmonies of #C941B8
Complementary color
Monochromatic Colors of #C941B8
Black with #C941B8
Text Example
Text Example
White with #C941B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941B8; }
p { color: rgb(201,65,184); }
H1.HeaderClassName
{
color: #C941B8;
}
.AnyTagClassName
{
color: #C941B8;
}
</style>
background-color css
<style>
a { background-color: #C941B8; }
a { background-color: rgb(201,65,184); }
div.DivClassName
{
background-color: #C941B8;
}
.BgClassName
{
background-color: #C941B8;
}
</style>
border-color css
<style>
span { border-color: #C941B8; }
span { border-color: rgb(201,65,184); }
td.TdClassName
{
border-color: #C941B8;
}
.TagClassName
{
border-color: #C941B8;
}
</style>