Shades of Fuchsia #C252AB
Tints of Fuchsia #C252AB
RGB
CMYK
RGB Variations
Color information
#C252AB (or 0xC252AB) is known color: Fuchsia. HEX triplet: C2, 52 and AB. RGB value is (194,82,171). Sum of RGB (Red+Green+Blue) = 194+82+171=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AB is #3DAD54. Grayscale: #7D7D7D. Windows color (decimal): -4042069 or 11227842. OLE color: 11227842.
HSL color Cylindrical-coordinate representation of color #C252AB: hue angle of 312.32º 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 #C252AB is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 171 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.24 |
| HSL | 312.32º | 0.48% | 0.54% | - |
| HSV(B) | 312.32º | 0.58% | 0.76% | - |
| XYZ | 32.62 | 20.44 | 40.76 | - |
| YUV | 125.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 171 | 0 | 0.58 | 0.12 | 0.24 | 312.32 | 0.48 | 0.54 |
| Hex | C2 | 52 | AB | 0 | 3A | C | 18 | 138 | 30 | 36 |
| Octal | 302 | 122 | 253 | 0 | 72 | 14 | 30 | 470 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10101011 | 0 | 111010 | 1100 | 11000 | 100111000 | 110000 | 110110 |
Color Harmonies of #C252AB
Complementary color
Monochromatic Colors of #C252AB
Black with #C252AB
Text Example
Text Example
White with #C252AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252AB; }
p { color: rgb(194,82,171); }
H1.HeaderClassName
{
color: #C252AB;
}
.AnyTagClassName
{
color: #C252AB;
}
</style>
background-color css
<style>
a { background-color: #C252AB; }
a { background-color: rgb(194,82,171); }
div.DivClassName
{
background-color: #C252AB;
}
.BgClassName
{
background-color: #C252AB;
}
</style>
border-color css
<style>
span { border-color: #C252AB; }
span { border-color: rgb(194,82,171); }
td.TdClassName
{
border-color: #C252AB;
}
.TagClassName
{
border-color: #C252AB;
}
</style>