Shades of Fuchsia #C237CE
Tints of Fuchsia #C237CE
RGB
CMYK
RGB Variations
Color information
#C237CE (or 0xC237CE) is known color: Fuchsia. HEX triplet: C2, 37 and CE. RGB value is (194,55,206). Sum of RGB (Red+Green+Blue) = 194+55+206=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C237CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237CE is #3DC831. Grayscale: #717171. Windows color (decimal): -4048946 or 13514690. OLE color: 13514690.
HSL color Cylindrical-coordinate representation of color #C237CE: hue angle of 295.23º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C237CE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 55 | 206 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.19 |
| HSL | 295.23º | 0.61% | 0.51% | - |
| HSV(B) | 295.23º | 0.73% | 0.81% | - |
| XYZ | 34.75 | 18.66 | 60.16 | - |
| YUV | 113.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 206 | 0.06 | 0.73 | 0 | 0.19 | 295.23 | 0.61 | 0.51 |
| Hex | C2 | 37 | CE | 6 | 49 | 0 | 13 | 127 | 3D | 33 |
| Octal | 302 | 67 | 316 | 6 | 111 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000010 | 110111 | 11001110 | 110 | 1001001 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C237CE
Complementary color
Monochromatic Colors of #C237CE
Black with #C237CE
Text Example
Text Example
White with #C237CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237CE; }
p { color: rgb(194,55,206); }
H1.HeaderClassName
{
color: #C237CE;
}
.AnyTagClassName
{
color: #C237CE;
}
</style>
background-color css
<style>
a { background-color: #C237CE; }
a { background-color: rgb(194,55,206); }
div.DivClassName
{
background-color: #C237CE;
}
.BgClassName
{
background-color: #C237CE;
}
</style>
border-color css
<style>
span { border-color: #C237CE; }
span { border-color: rgb(194,55,206); }
td.TdClassName
{
border-color: #C237CE;
}
.TagClassName
{
border-color: #C237CE;
}
</style>