Shades of Fuchsia #C252AA
Tints of Fuchsia #C252AA
RGB
CMYK
RGB Variations
Color information
#C252AA (or 0xC252AA) is known color: Fuchsia. HEX triplet: C2, 52 and AA. RGB value is (194,82,170). Sum of RGB (Red+Green+Blue) = 194+82+170=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AA is #3DAD55. Grayscale: #7D7D7D. Windows color (decimal): -4042070 or 11162306. OLE color: 11162306.
HSL color Cylindrical-coordinate representation of color #C252AA: hue angle of 312.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C252AA is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 170 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.24 |
| HSL | 312.86º | 0.48% | 0.54% | - |
| HSV(B) | 312.86º | 0.58% | 0.76% | - |
| XYZ | 32.52 | 20.41 | 40.25 | - |
| YUV | 125.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 170 | 0 | 0.58 | 0.12 | 0.24 | 312.86 | 0.48 | 0.54 |
| Hex | C2 | 52 | AA | 0 | 3A | C | 18 | 139 | 30 | 36 |
| Octal | 302 | 122 | 252 | 0 | 72 | 14 | 30 | 471 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10101010 | 0 | 111010 | 1100 | 11000 | 100111001 | 110000 | 110110 |
Color Harmonies of #C252AA
Complementary color
Monochromatic Colors of #C252AA
Black with #C252AA
Text Example
Text Example
White with #C252AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252AA; }
p { color: rgb(194,82,170); }
H1.HeaderClassName
{
color: #C252AA;
}
.AnyTagClassName
{
color: #C252AA;
}
</style>
background-color css
<style>
a { background-color: #C252AA; }
a { background-color: rgb(194,82,170); }
div.DivClassName
{
background-color: #C252AA;
}
.BgClassName
{
background-color: #C252AA;
}
</style>
border-color css
<style>
span { border-color: #C252AA; }
span { border-color: rgb(194,82,170); }
td.TdClassName
{
border-color: #C252AA;
}
.TagClassName
{
border-color: #C252AA;
}
</style>