Shades of Fuchsia #C93FB1
Tints of Fuchsia #C93FB1
RGB
CMYK
RGB Variations
Color information
#C93FB1 (or 0xC93FB1) is known color: Fuchsia. HEX triplet: C9, 3F and B1. RGB value is (201,63,177). Sum of RGB (Red+Green+Blue) = 201+63+177=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FB1 is #36C04E. Grayscale: #747474. Windows color (decimal): -3588175 or 11616201. OLE color: 11616201.
HSL color Cylindrical-coordinate representation of color #C93FB1: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FB1 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 177 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.21 |
| HSL | 310.43º | 0.56% | 0.52% | - |
| HSV(B) | 310.43º | 0.69% | 0.79% | - |
| XYZ | 33.8 | 19.15 | 43.51 | - |
| YUV | 117.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 177 | 0 | 0.69 | 0.12 | 0.21 | 310.43 | 0.56 | 0.52 |
| Hex | C9 | 3F | B1 | 0 | 45 | C | 15 | 136 | 38 | 34 |
| Octal | 311 | 77 | 261 | 0 | 105 | 14 | 25 | 466 | 70 | 64 |
| Binary | 11001001 | 111111 | 10110001 | 0 | 1000101 | 1100 | 10101 | 100110110 | 111000 | 110100 |
Color Harmonies of #C93FB1
Complementary color
Monochromatic Colors of #C93FB1
Black with #C93FB1
Text Example
Text Example
White with #C93FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FB1; }
p { color: rgb(201,63,177); }
H1.HeaderClassName
{
color: #C93FB1;
}
.AnyTagClassName
{
color: #C93FB1;
}
</style>
background-color css
<style>
a { background-color: #C93FB1; }
a { background-color: rgb(201,63,177); }
div.DivClassName
{
background-color: #C93FB1;
}
.BgClassName
{
background-color: #C93FB1;
}
</style>
border-color css
<style>
span { border-color: #C93FB1; }
span { border-color: rgb(201,63,177); }
td.TdClassName
{
border-color: #C93FB1;
}
.TagClassName
{
border-color: #C93FB1;
}
</style>