Shades of Fuchsia #C93EC8
Tints of Fuchsia #C93EC8
RGB
CMYK
RGB Variations
Color information
#C93EC8 (or 0xC93EC8) is known color: Fuchsia. HEX triplet: C9, 3E and C8. RGB value is (201,62,200). Sum of RGB (Red+Green+Blue) = 201+62+200=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EC8 is #36C137. Grayscale: #767676. Windows color (decimal): -3588408 or 13123273. OLE color: 13123273.
HSL color Cylindrical-coordinate representation of color #C93EC8: hue angle of 300.43º 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 #C93EC8 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 200 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.21 |
| HSL | 300.43º | 0.56% | 0.52% | - |
| HSV(B) | 300.43º | 0.69% | 0.79% | - |
| XYZ | 36.24 | 20.03 | 56.6 | - |
| YUV | 119.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 200 | 0 | 0.69 | 0.00 | 0.21 | 300.43 | 0.56 | 0.52 |
| Hex | C9 | 3E | C8 | 0 | 45 | 0 | 15 | 12C | 38 | 34 |
| Octal | 311 | 76 | 310 | 0 | 105 | 0 | 25 | 454 | 70 | 64 |
| Binary | 11001001 | 111110 | 11001000 | 0 | 1000101 | 0 | 10101 | 100101100 | 111000 | 110100 |
Color Harmonies of #C93EC8
Complementary color
Monochromatic Colors of #C93EC8
Black with #C93EC8
Text Example
Text Example
White with #C93EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EC8; }
p { color: rgb(201,62,200); }
H1.HeaderClassName
{
color: #C93EC8;
}
.AnyTagClassName
{
color: #C93EC8;
}
</style>
background-color css
<style>
a { background-color: #C93EC8; }
a { background-color: rgb(201,62,200); }
div.DivClassName
{
background-color: #C93EC8;
}
.BgClassName
{
background-color: #C93EC8;
}
</style>
border-color css
<style>
span { border-color: #C93EC8; }
span { border-color: rgb(201,62,200); }
td.TdClassName
{
border-color: #C93EC8;
}
.TagClassName
{
border-color: #C93EC8;
}
</style>