Shades of Fuchsia #C93EB0
Tints of Fuchsia #C93EB0
RGB
CMYK
RGB Variations
Color information
#C93EB0 (or 0xC93EB0) is known color: Fuchsia. HEX triplet: C9, 3E and B0. RGB value is (201,62,176). Sum of RGB (Red+Green+Blue) = 201+62+176=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EB0 is #36C14F. Grayscale: #747474. Windows color (decimal): -3588432 or 11550409. OLE color: 11550409.
HSL color Cylindrical-coordinate representation of color #C93EB0: hue angle of 310.79º 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 #C93EB0 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 176 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.21 |
| HSL | 310.79º | 0.56% | 0.52% | - |
| HSV(B) | 310.79º | 0.69% | 0.79% | - |
| XYZ | 33.65 | 19 | 42.97 | - |
| YUV | 116.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 176 | 0 | 0.69 | 0.12 | 0.21 | 310.79 | 0.56 | 0.52 |
| Hex | C9 | 3E | B0 | 0 | 45 | C | 15 | 137 | 38 | 34 |
| Octal | 311 | 76 | 260 | 0 | 105 | 14 | 25 | 467 | 70 | 64 |
| Binary | 11001001 | 111110 | 10110000 | 0 | 1000101 | 1100 | 10101 | 100110111 | 111000 | 110100 |
Color Harmonies of #C93EB0
Complementary color
Monochromatic Colors of #C93EB0
Black with #C93EB0
Text Example
Text Example
White with #C93EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EB0; }
p { color: rgb(201,62,176); }
H1.HeaderClassName
{
color: #C93EB0;
}
.AnyTagClassName
{
color: #C93EB0;
}
</style>
background-color css
<style>
a { background-color: #C93EB0; }
a { background-color: rgb(201,62,176); }
div.DivClassName
{
background-color: #C93EB0;
}
.BgClassName
{
background-color: #C93EB0;
}
</style>
border-color css
<style>
span { border-color: #C93EB0; }
span { border-color: rgb(201,62,176); }
td.TdClassName
{
border-color: #C93EB0;
}
.TagClassName
{
border-color: #C93EB0;
}
</style>