Shades of Fuchsia #C53DC8
Tints of Fuchsia #C53DC8
RGB
CMYK
RGB Variations
Color information
#C53DC8 (or 0xC53DC8) is known color: Fuchsia. HEX triplet: C5, 3D and C8. RGB value is (197,61,200). Sum of RGB (Red+Green+Blue) = 197+61+200=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #C53DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DC8 is #3AC237. Grayscale: #757575. Windows color (decimal): -3850808 or 13123013. OLE color: 13123013.
HSL color Cylindrical-coordinate representation of color #C53DC8: hue angle of 298.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DC8 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 61 | 200 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.22 |
| HSL | 298.71º | 0.56% | 0.51% | - |
| HSV(B) | 298.71º | 0.7% | 0.78% | - |
| XYZ | 35.12 | 19.38 | 56.53 | - |
| YUV | 117.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 200 | 0.02 | 0.69 | 0 | 0.22 | 298.71 | 0.56 | 0.51 |
| Hex | C5 | 3D | C8 | 2 | 45 | 0 | 16 | 12B | 38 | 33 |
| Octal | 305 | 75 | 310 | 2 | 105 | 0 | 26 | 453 | 70 | 63 |
| Binary | 11000101 | 111101 | 11001000 | 10 | 1000101 | 0 | 10110 | 100101011 | 111000 | 110011 |
Color Harmonies of #C53DC8
Complementary color
Monochromatic Colors of #C53DC8
Black with #C53DC8
Text Example
Text Example
White with #C53DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DC8; }
p { color: rgb(197,61,200); }
H1.HeaderClassName
{
color: #C53DC8;
}
.AnyTagClassName
{
color: #C53DC8;
}
</style>
background-color css
<style>
a { background-color: #C53DC8; }
a { background-color: rgb(197,61,200); }
div.DivClassName
{
background-color: #C53DC8;
}
.BgClassName
{
background-color: #C53DC8;
}
</style>
border-color css
<style>
span { border-color: #C53DC8; }
span { border-color: rgb(197,61,200); }
td.TdClassName
{
border-color: #C53DC8;
}
.TagClassName
{
border-color: #C53DC8;
}
</style>