Shades of Fuchsia #C93DCF
Tints of Fuchsia #C93DCF
RGB
CMYK
RGB Variations
Color information
#C93DCF (or 0xC93DCF) is known color: Fuchsia. HEX triplet: C9, 3D and CF. RGB value is (201,61,207). Sum of RGB (Red+Green+Blue) = 201+61+207=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C93DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DCF is #36C230. Grayscale: #777777. Windows color (decimal): -3588657 or 13581769. OLE color: 13581769.
HSL color Cylindrical-coordinate representation of color #C93DCF: hue angle of 297.53º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93DCF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 61 | 207 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.19 |
| HSL | 297.53º | 0.6% | 0.53% | - |
| HSV(B) | 297.53º | 0.71% | 0.81% | - |
| XYZ | 37.02 | 20.26 | 60.99 | - |
| YUV | 119.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 207 | 0.03 | 0.71 | 0 | 0.19 | 297.53 | 0.6 | 0.53 |
| Hex | C9 | 3D | CF | 3 | 47 | 0 | 13 | 12A | 3C | 35 |
| Octal | 311 | 75 | 317 | 3 | 107 | 0 | 23 | 452 | 74 | 65 |
| Binary | 11001001 | 111101 | 11001111 | 11 | 1000111 | 0 | 10011 | 100101010 | 111100 | 110101 |
Color Harmonies of #C93DCF
Complementary color
Monochromatic Colors of #C93DCF
Black with #C93DCF
Text Example
Text Example
White with #C93DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DCF; }
p { color: rgb(201,61,207); }
H1.HeaderClassName
{
color: #C93DCF;
}
.AnyTagClassName
{
color: #C93DCF;
}
</style>
background-color css
<style>
a { background-color: #C93DCF; }
a { background-color: rgb(201,61,207); }
div.DivClassName
{
background-color: #C93DCF;
}
.BgClassName
{
background-color: #C93DCF;
}
</style>
border-color css
<style>
span { border-color: #C93DCF; }
span { border-color: rgb(201,61,207); }
td.TdClassName
{
border-color: #C93DCF;
}
.TagClassName
{
border-color: #C93DCF;
}
</style>