Shades of Fuchsia #C253AB
Tints of Fuchsia #C253AB
RGB
CMYK
RGB Variations
Color information
#C253AB (or 0xC253AB) is known color: Fuchsia. HEX triplet: C2, 53 and AB. RGB value is (194,83,171). Sum of RGB (Red+Green+Blue) = 194+83+171=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C253AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C253AB is #3DAC54. Grayscale: #7D7D7D. Windows color (decimal): -4041813 or 11228098. OLE color: 11228098.
HSL color Cylindrical-coordinate representation of color #C253AB: hue angle of 312.43º 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 #C253AB is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 171 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.24 |
| HSL | 312.43º | 0.48% | 0.54% | - |
| HSV(B) | 312.43º | 0.57% | 0.76% | - |
| XYZ | 32.69 | 20.6 | 40.78 | - |
| YUV | 126.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 171 | 0 | 0.57 | 0.12 | 0.24 | 312.43 | 0.48 | 0.54 |
| Hex | C2 | 53 | AB | 0 | 39 | C | 18 | 138 | 30 | 36 |
| Octal | 302 | 123 | 253 | 0 | 71 | 14 | 30 | 470 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10101011 | 0 | 111001 | 1100 | 11000 | 100111000 | 110000 | 110110 |
Color Harmonies of #C253AB
Complementary color
Monochromatic Colors of #C253AB
Black with #C253AB
Text Example
Text Example
White with #C253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253AB; }
p { color: rgb(194,83,171); }
H1.HeaderClassName
{
color: #C253AB;
}
.AnyTagClassName
{
color: #C253AB;
}
</style>
background-color css
<style>
a { background-color: #C253AB; }
a { background-color: rgb(194,83,171); }
div.DivClassName
{
background-color: #C253AB;
}
.BgClassName
{
background-color: #C253AB;
}
</style>
border-color css
<style>
span { border-color: #C253AB; }
span { border-color: rgb(194,83,171); }
td.TdClassName
{
border-color: #C253AB;
}
.TagClassName
{
border-color: #C253AB;
}
</style>