Shades of Fuchsia #C93EB1
Tints of Fuchsia #C93EB1
RGB
CMYK
RGB Variations
Color information
#C93EB1 (or 0xC93EB1) is known color: Fuchsia. HEX triplet: C9, 3E and B1. RGB value is (201,62,177). Sum of RGB (Red+Green+Blue) = 201+62+177=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EB1 is #36C14E. Grayscale: #747474. Windows color (decimal): -3588431 or 11615945. OLE color: 11615945.
HSL color Cylindrical-coordinate representation of color #C93EB1: hue angle of 310.36º 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 #C93EB1 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 177 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.21 |
| HSL | 310.36º | 0.56% | 0.52% | - |
| HSV(B) | 310.36º | 0.69% | 0.79% | - |
| XYZ | 33.75 | 19.04 | 43.49 | - |
| YUV | 116.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 177 | 0 | 0.69 | 0.12 | 0.21 | 310.36 | 0.56 | 0.52 |
| Hex | C9 | 3E | B1 | 0 | 45 | C | 15 | 136 | 38 | 34 |
| Octal | 311 | 76 | 261 | 0 | 105 | 14 | 25 | 466 | 70 | 64 |
| Binary | 11001001 | 111110 | 10110001 | 0 | 1000101 | 1100 | 10101 | 100110110 | 111000 | 110100 |
Color Harmonies of #C93EB1
Complementary color
Monochromatic Colors of #C93EB1
Black with #C93EB1
Text Example
Text Example
White with #C93EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EB1; }
p { color: rgb(201,62,177); }
H1.HeaderClassName
{
color: #C93EB1;
}
.AnyTagClassName
{
color: #C93EB1;
}
</style>
background-color css
<style>
a { background-color: #C93EB1; }
a { background-color: rgb(201,62,177); }
div.DivClassName
{
background-color: #C93EB1;
}
.BgClassName
{
background-color: #C93EB1;
}
</style>
border-color css
<style>
span { border-color: #C93EB1; }
span { border-color: rgb(201,62,177); }
td.TdClassName
{
border-color: #C93EB1;
}
.TagClassName
{
border-color: #C93EB1;
}
</style>