Shades of Fuchsia #C93CCC
Tints of Fuchsia #C93CCC
RGB
CMYK
RGB Variations
Color information
#C93CCC (or 0xC93CCC) is known color: Fuchsia. HEX triplet: C9, 3C and CC. RGB value is (201,60,204). Sum of RGB (Red+Green+Blue) = 201+60+204=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C93CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CCC is #36C333. Grayscale: #767676. Windows color (decimal): -3588916 or 13384905. OLE color: 13384905.
HSL color Cylindrical-coordinate representation of color #C93CCC: hue angle of 298.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93CCC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 60 | 204 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.2 |
| HSL | 298.75º | 0.59% | 0.52% | - |
| HSV(B) | 298.75º | 0.71% | 0.8% | - |
| XYZ | 36.6 | 20.01 | 59.06 | - |
| YUV | 118.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 204 | 0.01 | 0.71 | 0 | 0.2 | 298.75 | 0.59 | 0.52 |
| Hex | C9 | 3C | CC | 1 | 47 | 0 | 14 | 12B | 3B | 34 |
| Octal | 311 | 74 | 314 | 1 | 107 | 0 | 24 | 453 | 73 | 64 |
| Binary | 11001001 | 111100 | 11001100 | 1 | 1000111 | 0 | 10100 | 100101011 | 111011 | 110100 |
Color Harmonies of #C93CCC
Complementary color
Monochromatic Colors of #C93CCC
Black with #C93CCC
Text Example
Text Example
White with #C93CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CCC; }
p { color: rgb(201,60,204); }
H1.HeaderClassName
{
color: #C93CCC;
}
.AnyTagClassName
{
color: #C93CCC;
}
</style>
background-color css
<style>
a { background-color: #C93CCC; }
a { background-color: rgb(201,60,204); }
div.DivClassName
{
background-color: #C93CCC;
}
.BgClassName
{
background-color: #C93CCC;
}
</style>
border-color css
<style>
span { border-color: #C93CCC; }
span { border-color: rgb(201,60,204); }
td.TdClassName
{
border-color: #C93CCC;
}
.TagClassName
{
border-color: #C93CCC;
}
</style>