Shades of Fuchsia #C93EBA
Tints of Fuchsia #C93EBA
RGB
CMYK
RGB Variations
Color information
#C93EBA (or 0xC93EBA) is known color: Fuchsia. HEX triplet: C9, 3E and BA. RGB value is (201,62,186). Sum of RGB (Red+Green+Blue) = 201+62+186=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EBA is #36C145. Grayscale: #757575. Windows color (decimal): -3588422 or 12205769. OLE color: 12205769.
HSL color Cylindrical-coordinate representation of color #C93EBA: hue angle of 306.47º 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 #C93EBA is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 186 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.21 |
| HSL | 306.47º | 0.56% | 0.52% | - |
| HSV(B) | 306.47º | 0.69% | 0.79% | - |
| XYZ | 34.67 | 19.41 | 48.37 | - |
| YUV | 117.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 186 | 0 | 0.69 | 0.07 | 0.21 | 306.47 | 0.56 | 0.52 |
| Hex | C9 | 3E | BA | 0 | 45 | 7 | 15 | 132 | 38 | 34 |
| Octal | 311 | 76 | 272 | 0 | 105 | 7 | 25 | 462 | 70 | 64 |
| Binary | 11001001 | 111110 | 10111010 | 0 | 1000101 | 111 | 10101 | 100110010 | 111000 | 110100 |
Color Harmonies of #C93EBA
Complementary color
Monochromatic Colors of #C93EBA
Black with #C93EBA
Text Example
Text Example
White with #C93EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EBA; }
p { color: rgb(201,62,186); }
H1.HeaderClassName
{
color: #C93EBA;
}
.AnyTagClassName
{
color: #C93EBA;
}
</style>
background-color css
<style>
a { background-color: #C93EBA; }
a { background-color: rgb(201,62,186); }
div.DivClassName
{
background-color: #C93EBA;
}
.BgClassName
{
background-color: #C93EBA;
}
</style>
border-color css
<style>
span { border-color: #C93EBA; }
span { border-color: rgb(201,62,186); }
td.TdClassName
{
border-color: #C93EBA;
}
.TagClassName
{
border-color: #C93EBA;
}
</style>