Shades of Fuchsia #C235BC
Tints of Fuchsia #C235BC
RGB
CMYK
RGB Variations
Color information
#C235BC (or 0xC235BC) is known color: Fuchsia. HEX triplet: C2, 35 and BC. RGB value is (194,53,188). Sum of RGB (Red+Green+Blue) = 194+53+188=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BC is #3DCA43. Grayscale: #6E6E6E. Windows color (decimal): -4049476 or 12334530. OLE color: 12334530.
HSL color Cylindrical-coordinate representation of color #C235BC: hue angle of 302.55º 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 #C235BC is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 188 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.24 |
| HSL | 302.55º | 0.57% | 0.48% | - |
| HSV(B) | 302.55º | 0.73% | 0.76% | - |
| XYZ | 32.6 | 17.65 | 49.26 | - |
| YUV | 110.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 188 | 0 | 0.73 | 0.03 | 0.24 | 302.55 | 0.57 | 0.48 |
| Hex | C2 | 35 | BC | 0 | 49 | 3 | 18 | 12F | 39 | 30 |
| Octal | 302 | 65 | 274 | 0 | 111 | 3 | 30 | 457 | 71 | 60 |
| Binary | 11000010 | 110101 | 10111100 | 0 | 1001001 | 11 | 11000 | 100101111 | 111001 | 110000 |
Color Harmonies of #C235BC
Complementary color
Monochromatic Colors of #C235BC
Black with #C235BC
Text Example
Text Example
White with #C235BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235BC; }
p { color: rgb(194,53,188); }
H1.HeaderClassName
{
color: #C235BC;
}
.AnyTagClassName
{
color: #C235BC;
}
</style>
background-color css
<style>
a { background-color: #C235BC; }
a { background-color: rgb(194,53,188); }
div.DivClassName
{
background-color: #C235BC;
}
.BgClassName
{
background-color: #C235BC;
}
</style>
border-color css
<style>
span { border-color: #C235BC; }
span { border-color: rgb(194,53,188); }
td.TdClassName
{
border-color: #C235BC;
}
.TagClassName
{
border-color: #C235BC;
}
</style>