Shades of Fuchsia #C93BCC
Tints of Fuchsia #C93BCC
RGB
CMYK
RGB Variations
Color information
#C93BCC (or 0xC93BCC) is known color: Fuchsia. HEX triplet: C9, 3B and CC. RGB value is (201,59,204). Sum of RGB (Red+Green+Blue) = 201+59+204=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #C93BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BCC is #36C433. Grayscale: #757575. Windows color (decimal): -3589172 or 13384649. OLE color: 13384649.
HSL color Cylindrical-coordinate representation of color #C93BCC: hue angle of 298.76º 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 #C93BCC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 59 | 204 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.2 |
| HSL | 298.76º | 0.59% | 0.52% | - |
| HSV(B) | 298.76º | 0.71% | 0.8% | - |
| XYZ | 36.55 | 19.91 | 59.04 | - |
| YUV | 117.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 204 | 0.01 | 0.71 | 0 | 0.2 | 298.76 | 0.59 | 0.52 |
| Hex | C9 | 3B | CC | 1 | 47 | 0 | 14 | 12B | 3B | 34 |
| Octal | 311 | 73 | 314 | 1 | 107 | 0 | 24 | 453 | 73 | 64 |
| Binary | 11001001 | 111011 | 11001100 | 1 | 1000111 | 0 | 10100 | 100101011 | 111011 | 110100 |
Color Harmonies of #C93BCC
Complementary color
Monochromatic Colors of #C93BCC
Black with #C93BCC
Text Example
Text Example
White with #C93BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BCC; }
p { color: rgb(201,59,204); }
H1.HeaderClassName
{
color: #C93BCC;
}
.AnyTagClassName
{
color: #C93BCC;
}
</style>
background-color css
<style>
a { background-color: #C93BCC; }
a { background-color: rgb(201,59,204); }
div.DivClassName
{
background-color: #C93BCC;
}
.BgClassName
{
background-color: #C93BCC;
}
</style>
border-color css
<style>
span { border-color: #C93BCC; }
span { border-color: rgb(201,59,204); }
td.TdClassName
{
border-color: #C93BCC;
}
.TagClassName
{
border-color: #C93BCC;
}
</style>