Shades of Fuchsia #C93FC8
Tints of Fuchsia #C93FC8
RGB
CMYK
RGB Variations
Color information
#C93FC8 (or 0xC93FC8) is known color: Fuchsia. HEX triplet: C9, 3F and C8. RGB value is (201,63,200). Sum of RGB (Red+Green+Blue) = 201+63+200=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FC8 is #36C037. Grayscale: #777777. Windows color (decimal): -3588152 or 13123529. OLE color: 13123529.
HSL color Cylindrical-coordinate representation of color #C93FC8: 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 #C93FC8 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 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.29 | 20.14 | 56.62 | - |
| YUV | 119.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 200 | 0 | 0.69 | 0.00 | 0.21 | 300.43 | 0.56 | 0.52 |
| Hex | C9 | 3F | C8 | 0 | 45 | 0 | 15 | 12C | 38 | 34 |
| Octal | 311 | 77 | 310 | 0 | 105 | 0 | 25 | 454 | 70 | 64 |
| Binary | 11001001 | 111111 | 11001000 | 0 | 1000101 | 0 | 10101 | 100101100 | 111000 | 110100 |
Color Harmonies of #C93FC8
Complementary color
Monochromatic Colors of #C93FC8
Black with #C93FC8
Text Example
Text Example
White with #C93FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FC8; }
p { color: rgb(201,63,200); }
H1.HeaderClassName
{
color: #C93FC8;
}
.AnyTagClassName
{
color: #C93FC8;
}
</style>
background-color css
<style>
a { background-color: #C93FC8; }
a { background-color: rgb(201,63,200); }
div.DivClassName
{
background-color: #C93FC8;
}
.BgClassName
{
background-color: #C93FC8;
}
</style>
border-color css
<style>
span { border-color: #C93FC8; }
span { border-color: rgb(201,63,200); }
td.TdClassName
{
border-color: #C93FC8;
}
.TagClassName
{
border-color: #C93FC8;
}
</style>