Shades of Fuchsia #C235AB
Tints of Fuchsia #C235AB
RGB
CMYK
RGB Variations
Color information
#C235AB (or 0xC235AB) is known color: Fuchsia. HEX triplet: C2, 35 and AB. RGB value is (194,53,171). Sum of RGB (Red+Green+Blue) = 194+53+171=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C235AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235AB is #3DCA54. Grayscale: #6C6C6C. Windows color (decimal): -4049493 or 11220418. OLE color: 11220418.
HSL color Cylindrical-coordinate representation of color #C235AB: hue angle of 309.79º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C235AB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 171 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.24 |
| HSL | 309.79º | 0.57% | 0.48% | - |
| HSV(B) | 309.79º | 0.73% | 0.76% | - |
| XYZ | 30.87 | 16.96 | 40.17 | - |
| YUV | 108.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 171 | 0 | 0.73 | 0.12 | 0.24 | 309.79 | 0.57 | 0.48 |
| Hex | C2 | 35 | AB | 0 | 49 | C | 18 | 136 | 39 | 30 |
| Octal | 302 | 65 | 253 | 0 | 111 | 14 | 30 | 466 | 71 | 60 |
| Binary | 11000010 | 110101 | 10101011 | 0 | 1001001 | 1100 | 11000 | 100110110 | 111001 | 110000 |
Color Harmonies of #C235AB
Complementary color
Monochromatic Colors of #C235AB
Black with #C235AB
Text Example
Text Example
White with #C235AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235AB; }
p { color: rgb(194,53,171); }
H1.HeaderClassName
{
color: #C235AB;
}
.AnyTagClassName
{
color: #C235AB;
}
</style>
background-color css
<style>
a { background-color: #C235AB; }
a { background-color: rgb(194,53,171); }
div.DivClassName
{
background-color: #C235AB;
}
.BgClassName
{
background-color: #C235AB;
}
</style>
border-color css
<style>
span { border-color: #C235AB; }
span { border-color: rgb(194,53,171); }
td.TdClassName
{
border-color: #C235AB;
}
.TagClassName
{
border-color: #C235AB;
}
</style>