Shades of Fuchsia #C93ACC
Tints of Fuchsia #C93ACC
RGB
CMYK
RGB Variations
Color information
#C93ACC (or 0xC93ACC) is known color: Fuchsia. HEX triplet: C9, 3A and CC. RGB value is (201,58,204). Sum of RGB (Red+Green+Blue) = 201+58+204=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C93ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ACC is #36C533. Grayscale: #747474. Windows color (decimal): -3589428 or 13384393. OLE color: 13384393.
HSL color Cylindrical-coordinate representation of color #C93ACC: hue angle of 298.77º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93ACC is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 58 | 204 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.2 |
| HSL | 298.77º | 0.59% | 0.51% | - |
| HSV(B) | 298.77º | 0.72% | 0.8% | - |
| XYZ | 36.5 | 19.8 | 59.03 | - |
| YUV | 117.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 204 | 0.01 | 0.72 | 0 | 0.2 | 298.77 | 0.59 | 0.51 |
| Hex | C9 | 3A | CC | 1 | 48 | 0 | 14 | 12B | 3B | 33 |
| Octal | 311 | 72 | 314 | 1 | 110 | 0 | 24 | 453 | 73 | 63 |
| Binary | 11001001 | 111010 | 11001100 | 1 | 1001000 | 0 | 10100 | 100101011 | 111011 | 110011 |
Color Harmonies of #C93ACC
Complementary color
Monochromatic Colors of #C93ACC
Black with #C93ACC
Text Example
Text Example
White with #C93ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ACC; }
p { color: rgb(201,58,204); }
H1.HeaderClassName
{
color: #C93ACC;
}
.AnyTagClassName
{
color: #C93ACC;
}
</style>
background-color css
<style>
a { background-color: #C93ACC; }
a { background-color: rgb(201,58,204); }
div.DivClassName
{
background-color: #C93ACC;
}
.BgClassName
{
background-color: #C93ACC;
}
</style>
border-color css
<style>
span { border-color: #C93ACC; }
span { border-color: rgb(201,58,204); }
td.TdClassName
{
border-color: #C93ACC;
}
.TagClassName
{
border-color: #C93ACC;
}
</style>