Shades of Fuchsia #C235C1
Tints of Fuchsia #C235C1
RGB
CMYK
RGB Variations
Color information
#C235C1 (or 0xC235C1) is known color: Fuchsia. HEX triplet: C2, 35 and C1. RGB value is (194,53,193). Sum of RGB (Red+Green+Blue) = 194+53+193=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C235C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235C1 is #3DCA3E. Grayscale: #6E6E6E. Windows color (decimal): -4049471 or 12662210. OLE color: 12662210.
HSL color Cylindrical-coordinate representation of color #C235C1: hue angle of 300.43º 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 #C235C1 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 193 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.24 |
| HSL | 300.43º | 0.57% | 0.48% | - |
| HSV(B) | 300.43º | 0.73% | 0.76% | - |
| XYZ | 33.15 | 17.87 | 52.15 | - |
| YUV | 111.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 193 | 0 | 0.73 | 0.01 | 0.24 | 300.43 | 0.57 | 0.48 |
| Hex | C2 | 35 | C1 | 0 | 49 | 1 | 18 | 12C | 39 | 30 |
| Octal | 302 | 65 | 301 | 0 | 111 | 1 | 30 | 454 | 71 | 60 |
| Binary | 11000010 | 110101 | 11000001 | 0 | 1001001 | 1 | 11000 | 100101100 | 111001 | 110000 |
Color Harmonies of #C235C1
Complementary color
Monochromatic Colors of #C235C1
Black with #C235C1
Text Example
Text Example
White with #C235C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235C1; }
p { color: rgb(194,53,193); }
H1.HeaderClassName
{
color: #C235C1;
}
.AnyTagClassName
{
color: #C235C1;
}
</style>
background-color css
<style>
a { background-color: #C235C1; }
a { background-color: rgb(194,53,193); }
div.DivClassName
{
background-color: #C235C1;
}
.BgClassName
{
background-color: #C235C1;
}
</style>
border-color css
<style>
span { border-color: #C235C1; }
span { border-color: rgb(194,53,193); }
td.TdClassName
{
border-color: #C235C1;
}
.TagClassName
{
border-color: #C235C1;
}
</style>