Shades of Fuchsia #C93FB0
Tints of Fuchsia #C93FB0
RGB
CMYK
RGB Variations
Color information
#C93FB0 (or 0xC93FB0) is known color: Fuchsia. HEX triplet: C9, 3F and B0. RGB value is (201,63,176). Sum of RGB (Red+Green+Blue) = 201+63+176=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FB0 is #36C04F. Grayscale: #747474. Windows color (decimal): -3588176 or 11550665. OLE color: 11550665.
HSL color Cylindrical-coordinate representation of color #C93FB0: hue angle of 310.87º 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 #C93FB0 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 176 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.21 |
| HSL | 310.87º | 0.56% | 0.52% | - |
| HSV(B) | 310.87º | 0.69% | 0.79% | - |
| XYZ | 33.7 | 19.11 | 42.99 | - |
| YUV | 117.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 176 | 0 | 0.69 | 0.12 | 0.21 | 310.87 | 0.56 | 0.52 |
| Hex | C9 | 3F | B0 | 0 | 45 | C | 15 | 137 | 38 | 34 |
| Octal | 311 | 77 | 260 | 0 | 105 | 14 | 25 | 467 | 70 | 64 |
| Binary | 11001001 | 111111 | 10110000 | 0 | 1000101 | 1100 | 10101 | 100110111 | 111000 | 110100 |
Color Harmonies of #C93FB0
Complementary color
Monochromatic Colors of #C93FB0
Black with #C93FB0
Text Example
Text Example
White with #C93FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FB0; }
p { color: rgb(201,63,176); }
H1.HeaderClassName
{
color: #C93FB0;
}
.AnyTagClassName
{
color: #C93FB0;
}
</style>
background-color css
<style>
a { background-color: #C93FB0; }
a { background-color: rgb(201,63,176); }
div.DivClassName
{
background-color: #C93FB0;
}
.BgClassName
{
background-color: #C93FB0;
}
</style>
border-color css
<style>
span { border-color: #C93FB0; }
span { border-color: rgb(201,63,176); }
td.TdClassName
{
border-color: #C93FB0;
}
.TagClassName
{
border-color: #C93FB0;
}
</style>