Shades of Fuchsia #C235CE
Tints of Fuchsia #C235CE
RGB
CMYK
RGB Variations
Color information
#C235CE (or 0xC235CE) is known color: Fuchsia. HEX triplet: C2, 35 and CE. RGB value is (194,53,206). Sum of RGB (Red+Green+Blue) = 194+53+206=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #C235CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235CE is #3DCA31. Grayscale: #707070. Windows color (decimal): -4049458 or 13514178. OLE color: 13514178.
HSL color Cylindrical-coordinate representation of color #C235CE: hue angle of 295.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C235CE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 53 | 206 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.19 |
| HSL | 295.29º | 0.61% | 0.51% | - |
| HSV(B) | 295.29º | 0.74% | 0.81% | - |
| XYZ | 34.66 | 18.47 | 60.13 | - |
| YUV | 112.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 206 | 0.06 | 0.74 | 0 | 0.19 | 295.29 | 0.61 | 0.51 |
| Hex | C2 | 35 | CE | 6 | 4A | 0 | 13 | 127 | 3D | 33 |
| Octal | 302 | 65 | 316 | 6 | 112 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000010 | 110101 | 11001110 | 110 | 1001010 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C235CE
Complementary color
Monochromatic Colors of #C235CE
Black with #C235CE
Text Example
Text Example
White with #C235CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235CE; }
p { color: rgb(194,53,206); }
H1.HeaderClassName
{
color: #C235CE;
}
.AnyTagClassName
{
color: #C235CE;
}
</style>
background-color css
<style>
a { background-color: #C235CE; }
a { background-color: rgb(194,53,206); }
div.DivClassName
{
background-color: #C235CE;
}
.BgClassName
{
background-color: #C235CE;
}
</style>
border-color css
<style>
span { border-color: #C235CE; }
span { border-color: rgb(194,53,206); }
td.TdClassName
{
border-color: #C235CE;
}
.TagClassName
{
border-color: #C235CE;
}
</style>