Shades of Fuchsia #C253AA
Tints of Fuchsia #C253AA
RGB
CMYK
RGB Variations
Color information
#C253AA (or 0xC253AA) is known color: Fuchsia. HEX triplet: C2, 53 and AA. RGB value is (194,83,170). Sum of RGB (Red+Green+Blue) = 194+83+170=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C253AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C253AA is #3DAC55. Grayscale: #7D7D7D. Windows color (decimal): -4041814 or 11162562. OLE color: 11162562.
HSL color Cylindrical-coordinate representation of color #C253AA: hue angle of 312.97º 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 #C253AA is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 170 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.24 |
| HSL | 312.97º | 0.48% | 0.54% | - |
| HSV(B) | 312.97º | 0.57% | 0.76% | - |
| XYZ | 32.6 | 20.56 | 40.28 | - |
| YUV | 126.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 170 | 0 | 0.57 | 0.12 | 0.24 | 312.97 | 0.48 | 0.54 |
| Hex | C2 | 53 | AA | 0 | 39 | C | 18 | 139 | 30 | 36 |
| Octal | 302 | 123 | 252 | 0 | 71 | 14 | 30 | 471 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10101010 | 0 | 111001 | 1100 | 11000 | 100111001 | 110000 | 110110 |
Color Harmonies of #C253AA
Complementary color
Monochromatic Colors of #C253AA
Black with #C253AA
Text Example
Text Example
White with #C253AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253AA; }
p { color: rgb(194,83,170); }
H1.HeaderClassName
{
color: #C253AA;
}
.AnyTagClassName
{
color: #C253AA;
}
</style>
background-color css
<style>
a { background-color: #C253AA; }
a { background-color: rgb(194,83,170); }
div.DivClassName
{
background-color: #C253AA;
}
.BgClassName
{
background-color: #C253AA;
}
</style>
border-color css
<style>
span { border-color: #C253AA; }
span { border-color: rgb(194,83,170); }
td.TdClassName
{
border-color: #C253AA;
}
.TagClassName
{
border-color: #C253AA;
}
</style>