Shades of Fuchsia #C93FCC
Tints of Fuchsia #C93FCC
RGB
CMYK
RGB Variations
Color information
#C93FCC (or 0xC93FCC) is known color: Fuchsia. HEX triplet: C9, 3F and CC. RGB value is (201,63,204). Sum of RGB (Red+Green+Blue) = 201+63+204=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #C93FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCC is #36C033. Grayscale: #777777. Windows color (decimal): -3588148 or 13385673. OLE color: 13385673.
HSL color Cylindrical-coordinate representation of color #C93FCC: hue angle of 298.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FCC is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 63 | 204 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.2 |
| HSL | 298.72º | 0.58% | 0.52% | - |
| HSV(B) | 298.72º | 0.69% | 0.8% | - |
| XYZ | 36.76 | 20.33 | 59.11 | - |
| YUV | 120.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 204 | 0.01 | 0.69 | 0 | 0.2 | 298.72 | 0.58 | 0.52 |
| Hex | C9 | 3F | CC | 1 | 45 | 0 | 14 | 12B | 3A | 34 |
| Octal | 311 | 77 | 314 | 1 | 105 | 0 | 24 | 453 | 72 | 64 |
| Binary | 11001001 | 111111 | 11001100 | 1 | 1000101 | 0 | 10100 | 100101011 | 111010 | 110100 |
Color Harmonies of #C93FCC
Complementary color
Monochromatic Colors of #C93FCC
Black with #C93FCC
Text Example
Text Example
White with #C93FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FCC; }
p { color: rgb(201,63,204); }
H1.HeaderClassName
{
color: #C93FCC;
}
.AnyTagClassName
{
color: #C93FCC;
}
</style>
background-color css
<style>
a { background-color: #C93FCC; }
a { background-color: rgb(201,63,204); }
div.DivClassName
{
background-color: #C93FCC;
}
.BgClassName
{
background-color: #C93FCC;
}
</style>
border-color css
<style>
span { border-color: #C93FCC; }
span { border-color: rgb(201,63,204); }
td.TdClassName
{
border-color: #C93FCC;
}
.TagClassName
{
border-color: #C93FCC;
}
</style>