Shades of Fuchsia #C93FC0
Tints of Fuchsia #C93FC0
RGB
CMYK
RGB Variations
Color information
#C93FC0 (or 0xC93FC0) is known color: Fuchsia. HEX triplet: C9, 3F and C0. RGB value is (201,63,192). Sum of RGB (Red+Green+Blue) = 201+63+192=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FC0 is #36C03F. Grayscale: #767676. Windows color (decimal): -3588160 or 12599241. OLE color: 12599241.
HSL color Cylindrical-coordinate representation of color #C93FC0: hue angle of 303.91º 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 #C93FC0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 192 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.21 |
| HSL | 303.91º | 0.56% | 0.52% | - |
| HSV(B) | 303.91º | 0.69% | 0.79% | - |
| XYZ | 35.38 | 19.78 | 51.82 | - |
| YUV | 118.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 192 | 0 | 0.69 | 0.04 | 0.21 | 303.91 | 0.56 | 0.52 |
| Hex | C9 | 3F | C0 | 0 | 45 | 4 | 15 | 130 | 38 | 34 |
| Octal | 311 | 77 | 300 | 0 | 105 | 4 | 25 | 460 | 70 | 64 |
| Binary | 11001001 | 111111 | 11000000 | 0 | 1000101 | 100 | 10101 | 100110000 | 111000 | 110100 |
Color Harmonies of #C93FC0
Complementary color
Monochromatic Colors of #C93FC0
Black with #C93FC0
Text Example
Text Example
White with #C93FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FC0; }
p { color: rgb(201,63,192); }
H1.HeaderClassName
{
color: #C93FC0;
}
.AnyTagClassName
{
color: #C93FC0;
}
</style>
background-color css
<style>
a { background-color: #C93FC0; }
a { background-color: rgb(201,63,192); }
div.DivClassName
{
background-color: #C93FC0;
}
.BgClassName
{
background-color: #C93FC0;
}
</style>
border-color css
<style>
span { border-color: #C93FC0; }
span { border-color: rgb(201,63,192); }
td.TdClassName
{
border-color: #C93FC0;
}
.TagClassName
{
border-color: #C93FC0;
}
</style>