Shades of Fuchsia #C93FCA
Tints of Fuchsia #C93FCA
RGB
CMYK
RGB Variations
Color information
#C93FCA (or 0xC93FCA) is known color: Fuchsia. HEX triplet: C9, 3F and CA. RGB value is (201,63,202). Sum of RGB (Red+Green+Blue) = 201+63+202=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #C93FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCA is #36C035. Grayscale: #777777. Windows color (decimal): -3588150 or 13254601. OLE color: 13254601.
HSL color Cylindrical-coordinate representation of color #C93FCA: hue angle of 299.57º degrees, saturation: 0.57, 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 #C93FCA is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 202 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.21 |
| HSL | 299.57º | 0.57% | 0.52% | - |
| HSV(B) | 299.57º | 0.69% | 0.79% | - |
| XYZ | 36.53 | 20.24 | 57.86 | - |
| YUV | 120.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 202 | 0.00 | 0.69 | 0 | 0.21 | 299.57 | 0.57 | 0.52 |
| Hex | C9 | 3F | CA | 0 | 45 | 0 | 15 | 12C | 39 | 34 |
| Octal | 311 | 77 | 312 | 0 | 105 | 0 | 25 | 454 | 71 | 64 |
| Binary | 11001001 | 111111 | 11001010 | 0 | 1000101 | 0 | 10101 | 100101100 | 111001 | 110100 |
Color Harmonies of #C93FCA
Complementary color
Monochromatic Colors of #C93FCA
Black with #C93FCA
Text Example
Text Example
White with #C93FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FCA; }
p { color: rgb(201,63,202); }
H1.HeaderClassName
{
color: #C93FCA;
}
.AnyTagClassName
{
color: #C93FCA;
}
</style>
background-color css
<style>
a { background-color: #C93FCA; }
a { background-color: rgb(201,63,202); }
div.DivClassName
{
background-color: #C93FCA;
}
.BgClassName
{
background-color: #C93FCA;
}
</style>
border-color css
<style>
span { border-color: #C93FCA; }
span { border-color: rgb(201,63,202); }
td.TdClassName
{
border-color: #C93FCA;
}
.TagClassName
{
border-color: #C93FCA;
}
</style>