Shades of Fuchsia #C93FBE
Tints of Fuchsia #C93FBE
RGB
CMYK
RGB Variations
Color information
#C93FBE (or 0xC93FBE) is known color: Fuchsia. HEX triplet: C9, 3F and BE. RGB value is (201,63,190). Sum of RGB (Red+Green+Blue) = 201+63+190=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FBE is #36C041. Grayscale: #767676. Windows color (decimal): -3588162 or 12468169. OLE color: 12468169.
HSL color Cylindrical-coordinate representation of color #C93FBE: hue angle of 304.78º 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 #C93FBE is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 190 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.21 |
| HSL | 304.78º | 0.56% | 0.52% | - |
| HSV(B) | 304.78º | 0.69% | 0.79% | - |
| XYZ | 35.16 | 19.69 | 50.66 | - |
| YUV | 118.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 190 | 0 | 0.69 | 0.05 | 0.21 | 304.78 | 0.56 | 0.52 |
| Hex | C9 | 3F | BE | 0 | 45 | 5 | 15 | 131 | 38 | 34 |
| Octal | 311 | 77 | 276 | 0 | 105 | 5 | 25 | 461 | 70 | 64 |
| Binary | 11001001 | 111111 | 10111110 | 0 | 1000101 | 101 | 10101 | 100110001 | 111000 | 110100 |
Color Harmonies of #C93FBE
Complementary color
Monochromatic Colors of #C93FBE
Black with #C93FBE
Text Example
Text Example
White with #C93FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FBE; }
p { color: rgb(201,63,190); }
H1.HeaderClassName
{
color: #C93FBE;
}
.AnyTagClassName
{
color: #C93FBE;
}
</style>
background-color css
<style>
a { background-color: #C93FBE; }
a { background-color: rgb(201,63,190); }
div.DivClassName
{
background-color: #C93FBE;
}
.BgClassName
{
background-color: #C93FBE;
}
</style>
border-color css
<style>
span { border-color: #C93FBE; }
span { border-color: rgb(201,63,190); }
td.TdClassName
{
border-color: #C93FBE;
}
.TagClassName
{
border-color: #C93FBE;
}
</style>