Shades of Fuchsia #C235BF
Tints of Fuchsia #C235BF
RGB
CMYK
RGB Variations
Color information
#C235BF (or 0xC235BF) is known color: Fuchsia. HEX triplet: C2, 35 and BF. RGB value is (194,53,191). Sum of RGB (Red+Green+Blue) = 194+53+191=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BF is #3DCA40. Grayscale: #6E6E6E. Windows color (decimal): -4049473 or 12531138. OLE color: 12531138.
HSL color Cylindrical-coordinate representation of color #C235BF: hue angle of 301.28º 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 #C235BF is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 191 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.24 |
| HSL | 301.28º | 0.57% | 0.48% | - |
| HSV(B) | 301.28º | 0.73% | 0.76% | - |
| XYZ | 32.93 | 17.78 | 50.99 | - |
| YUV | 110.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 191 | 0 | 0.73 | 0.02 | 0.24 | 301.28 | 0.57 | 0.48 |
| Hex | C2 | 35 | BF | 0 | 49 | 2 | 18 | 12D | 39 | 30 |
| Octal | 302 | 65 | 277 | 0 | 111 | 2 | 30 | 455 | 71 | 60 |
| Binary | 11000010 | 110101 | 10111111 | 0 | 1001001 | 10 | 11000 | 100101101 | 111001 | 110000 |
Color Harmonies of #C235BF
Complementary color
Monochromatic Colors of #C235BF
Black with #C235BF
Text Example
Text Example
White with #C235BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235BF; }
p { color: rgb(194,53,191); }
H1.HeaderClassName
{
color: #C235BF;
}
.AnyTagClassName
{
color: #C235BF;
}
</style>
background-color css
<style>
a { background-color: #C235BF; }
a { background-color: rgb(194,53,191); }
div.DivClassName
{
background-color: #C235BF;
}
.BgClassName
{
background-color: #C235BF;
}
</style>
border-color css
<style>
span { border-color: #C235BF; }
span { border-color: rgb(194,53,191); }
td.TdClassName
{
border-color: #C235BF;
}
.TagClassName
{
border-color: #C235BF;
}
</style>