Shades of Fuchsia #C53CCF
Tints of Fuchsia #C53CCF
RGB
CMYK
RGB Variations
Color information
#C53CCF (or 0xC53CCF) is known color: Fuchsia. HEX triplet: C5, 3C and CF. RGB value is (197,60,207). Sum of RGB (Red+Green+Blue) = 197+60+207=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #C53CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CCF is #3AC330. Grayscale: #757575. Windows color (decimal): -3851057 or 13581509. OLE color: 13581509.
HSL color Cylindrical-coordinate representation of color #C53CCF: hue angle of 295.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53CCF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 60 | 207 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.19 |
| HSL | 295.92º | 0.6% | 0.52% | - |
| HSV(B) | 295.92º | 0.71% | 0.81% | - |
| XYZ | 35.9 | 19.61 | 60.92 | - |
| YUV | 117.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 207 | 0.05 | 0.71 | 0 | 0.19 | 295.92 | 0.6 | 0.52 |
| Hex | C5 | 3C | CF | 5 | 47 | 0 | 13 | 128 | 3C | 34 |
| Octal | 305 | 74 | 317 | 5 | 107 | 0 | 23 | 450 | 74 | 64 |
| Binary | 11000101 | 111100 | 11001111 | 101 | 1000111 | 0 | 10011 | 100101000 | 111100 | 110100 |
Color Harmonies of #C53CCF
Complementary color
Monochromatic Colors of #C53CCF
Black with #C53CCF
Text Example
Text Example
White with #C53CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CCF; }
p { color: rgb(197,60,207); }
H1.HeaderClassName
{
color: #C53CCF;
}
.AnyTagClassName
{
color: #C53CCF;
}
</style>
background-color css
<style>
a { background-color: #C53CCF; }
a { background-color: rgb(197,60,207); }
div.DivClassName
{
background-color: #C53CCF;
}
.BgClassName
{
background-color: #C53CCF;
}
</style>
border-color css
<style>
span { border-color: #C53CCF; }
span { border-color: rgb(197,60,207); }
td.TdClassName
{
border-color: #C53CCF;
}
.TagClassName
{
border-color: #C53CCF;
}
</style>