Shades of Fuchsia #C235C6
Tints of Fuchsia #C235C6
RGB
CMYK
RGB Variations
Color information
#C235C6 (or 0xC235C6) is known color: Fuchsia. HEX triplet: C2, 35 and C6. RGB value is (194,53,198). Sum of RGB (Red+Green+Blue) = 194+53+198=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #C235C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235C6 is #3DCA39. Grayscale: #6F6F6F. Windows color (decimal): -4049466 or 12989890. OLE color: 12989890.
HSL color Cylindrical-coordinate representation of color #C235C6: hue angle of 298.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C235C6 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 53 | 198 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.22 |
| HSL | 298.34º | 0.58% | 0.49% | - |
| HSV(B) | 298.34º | 0.73% | 0.78% | - |
| XYZ | 33.71 | 18.09 | 55.14 | - |
| YUV | 111.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 198 | 0.02 | 0.73 | 0 | 0.22 | 298.34 | 0.58 | 0.49 |
| Hex | C2 | 35 | C6 | 2 | 49 | 0 | 16 | 12A | 3A | 31 |
| Octal | 302 | 65 | 306 | 2 | 111 | 0 | 26 | 452 | 72 | 61 |
| Binary | 11000010 | 110101 | 11000110 | 10 | 1001001 | 0 | 10110 | 100101010 | 111010 | 110001 |
Color Harmonies of #C235C6
Complementary color
Monochromatic Colors of #C235C6
Black with #C235C6
Text Example
Text Example
White with #C235C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235C6; }
p { color: rgb(194,53,198); }
H1.HeaderClassName
{
color: #C235C6;
}
.AnyTagClassName
{
color: #C235C6;
}
</style>
background-color css
<style>
a { background-color: #C235C6; }
a { background-color: rgb(194,53,198); }
div.DivClassName
{
background-color: #C235C6;
}
.BgClassName
{
background-color: #C235C6;
}
</style>
border-color css
<style>
span { border-color: #C235C6; }
span { border-color: rgb(194,53,198); }
td.TdClassName
{
border-color: #C235C6;
}
.TagClassName
{
border-color: #C235C6;
}
</style>