Shades of Fuchsia #C93FCF
Tints of Fuchsia #C93FCF
RGB
CMYK
RGB Variations
Color information
#C93FCF (or 0xC93FCF) is known color: Fuchsia. HEX triplet: C9, 3F and CF. RGB value is (201,63,207). Sum of RGB (Red+Green+Blue) = 201+63+207=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C93FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCF is #36C030. Grayscale: #787878. Windows color (decimal): -3588145 or 13582281. OLE color: 13582281.
HSL color Cylindrical-coordinate representation of color #C93FCF: hue angle of 297.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93FCF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 63 | 207 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.19 |
| HSL | 297.5º | 0.6% | 0.53% | - |
| HSV(B) | 297.5º | 0.7% | 0.81% | - |
| XYZ | 37.13 | 20.48 | 61.03 | - |
| YUV | 120.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 207 | 0.03 | 0.70 | 0 | 0.19 | 297.5 | 0.6 | 0.53 |
| Hex | C9 | 3F | CF | 3 | 46 | 0 | 13 | 12A | 3C | 35 |
| Octal | 311 | 77 | 317 | 3 | 106 | 0 | 23 | 452 | 74 | 65 |
| Binary | 11001001 | 111111 | 11001111 | 11 | 1000110 | 0 | 10011 | 100101010 | 111100 | 110101 |
Color Harmonies of #C93FCF
Complementary color
Monochromatic Colors of #C93FCF
Black with #C93FCF
Text Example
Text Example
White with #C93FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FCF; }
p { color: rgb(201,63,207); }
H1.HeaderClassName
{
color: #C93FCF;
}
.AnyTagClassName
{
color: #C93FCF;
}
</style>
background-color css
<style>
a { background-color: #C93FCF; }
a { background-color: rgb(201,63,207); }
div.DivClassName
{
background-color: #C93FCF;
}
.BgClassName
{
background-color: #C93FCF;
}
</style>
border-color css
<style>
span { border-color: #C93FCF; }
span { border-color: rgb(201,63,207); }
td.TdClassName
{
border-color: #C93FCF;
}
.TagClassName
{
border-color: #C93FCF;
}
</style>