Shades of Fuchsia #C235BD
Tints of Fuchsia #C235BD
RGB
CMYK
RGB Variations
Color information
#C235BD (or 0xC235BD) is known color: Fuchsia. HEX triplet: C2, 35 and BD. RGB value is (194,53,189). Sum of RGB (Red+Green+Blue) = 194+53+189=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BD is #3DCA42. Grayscale: #6E6E6E. Windows color (decimal): -4049475 or 12400066. OLE color: 12400066.
HSL color Cylindrical-coordinate representation of color #C235BD: hue angle of 302.13º 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 #C235BD is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 189 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.24 |
| HSL | 302.13º | 0.57% | 0.48% | - |
| HSV(B) | 302.13º | 0.73% | 0.76% | - |
| XYZ | 32.71 | 17.69 | 49.83 | - |
| YUV | 110.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 189 | 0 | 0.73 | 0.03 | 0.24 | 302.13 | 0.57 | 0.48 |
| Hex | C2 | 35 | BD | 0 | 49 | 3 | 18 | 12E | 39 | 30 |
| Octal | 302 | 65 | 275 | 0 | 111 | 3 | 30 | 456 | 71 | 60 |
| Binary | 11000010 | 110101 | 10111101 | 0 | 1001001 | 11 | 11000 | 100101110 | 111001 | 110000 |
Color Harmonies of #C235BD
Complementary color
Monochromatic Colors of #C235BD
Black with #C235BD
Text Example
Text Example
White with #C235BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235BD; }
p { color: rgb(194,53,189); }
H1.HeaderClassName
{
color: #C235BD;
}
.AnyTagClassName
{
color: #C235BD;
}
</style>
background-color css
<style>
a { background-color: #C235BD; }
a { background-color: rgb(194,53,189); }
div.DivClassName
{
background-color: #C235BD;
}
.BgClassName
{
background-color: #C235BD;
}
</style>
border-color css
<style>
span { border-color: #C235BD; }
span { border-color: rgb(194,53,189); }
td.TdClassName
{
border-color: #C235BD;
}
.TagClassName
{
border-color: #C235BD;
}
</style>