Shades of Fuchsia #C235AC
Tints of Fuchsia #C235AC
RGB
CMYK
RGB Variations
Color information
#C235AC (or 0xC235AC) is known color: Fuchsia. HEX triplet: C2, 35 and AC. RGB value is (194,53,172). Sum of RGB (Red+Green+Blue) = 194+53+172=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C235AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235AC is #3DCA53. Grayscale: #6C6C6C. Windows color (decimal): -4049492 or 11285954. OLE color: 11285954.
HSL color Cylindrical-coordinate representation of color #C235AC: hue angle of 309.36º 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 #C235AC is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 172 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.24 |
| HSL | 309.36º | 0.57% | 0.48% | - |
| HSV(B) | 309.36º | 0.73% | 0.76% | - |
| XYZ | 30.97 | 16.99 | 40.68 | - |
| YUV | 108.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 172 | 0 | 0.73 | 0.11 | 0.24 | 309.36 | 0.57 | 0.48 |
| Hex | C2 | 35 | AC | 0 | 49 | B | 18 | 135 | 39 | 30 |
| Octal | 302 | 65 | 254 | 0 | 111 | 13 | 30 | 465 | 71 | 60 |
| Binary | 11000010 | 110101 | 10101100 | 0 | 1001001 | 1011 | 11000 | 100110101 | 111001 | 110000 |
Color Harmonies of #C235AC
Complementary color
Monochromatic Colors of #C235AC
Black with #C235AC
Text Example
Text Example
White with #C235AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235AC; }
p { color: rgb(194,53,172); }
H1.HeaderClassName
{
color: #C235AC;
}
.AnyTagClassName
{
color: #C235AC;
}
</style>
background-color css
<style>
a { background-color: #C235AC; }
a { background-color: rgb(194,53,172); }
div.DivClassName
{
background-color: #C235AC;
}
.BgClassName
{
background-color: #C235AC;
}
</style>
border-color css
<style>
span { border-color: #C235AC; }
span { border-color: rgb(194,53,172); }
td.TdClassName
{
border-color: #C235AC;
}
.TagClassName
{
border-color: #C235AC;
}
</style>