Shades of Fuchsia #C253A8
Tints of Fuchsia #C253A8
RGB
CMYK
RGB Variations
Color information
#C253A8 (or 0xC253A8) is known color: Fuchsia. HEX triplet: C2, 53 and A8. RGB value is (194,83,168). Sum of RGB (Red+Green+Blue) = 194+83+168=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C253A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C253A8 is #3DAC57. Grayscale: #7D7D7D. Windows color (decimal): -4041816 or 11031490. OLE color: 11031490.
HSL color Cylindrical-coordinate representation of color #C253A8: hue angle of 314.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C253A8 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 168 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.24 |
| HSL | 314.05º | 0.48% | 0.54% | - |
| HSV(B) | 314.05º | 0.57% | 0.76% | - |
| XYZ | 32.41 | 20.48 | 39.29 | - |
| YUV | 125.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 168 | 0 | 0.57 | 0.13 | 0.24 | 314.05 | 0.48 | 0.54 |
| Hex | C2 | 53 | A8 | 0 | 39 | D | 18 | 13A | 30 | 36 |
| Octal | 302 | 123 | 250 | 0 | 71 | 15 | 30 | 472 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10101000 | 0 | 111001 | 1101 | 11000 | 100111010 | 110000 | 110110 |
Color Harmonies of #C253A8
Complementary color
Monochromatic Colors of #C253A8
Black with #C253A8
Text Example
Text Example
White with #C253A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253A8; }
p { color: rgb(194,83,168); }
H1.HeaderClassName
{
color: #C253A8;
}
.AnyTagClassName
{
color: #C253A8;
}
</style>
background-color css
<style>
a { background-color: #C253A8; }
a { background-color: rgb(194,83,168); }
div.DivClassName
{
background-color: #C253A8;
}
.BgClassName
{
background-color: #C253A8;
}
</style>
border-color css
<style>
span { border-color: #C253A8; }
span { border-color: rgb(194,83,168); }
td.TdClassName
{
border-color: #C253A8;
}
.TagClassName
{
border-color: #C253A8;
}
</style>