Shades of Fuchsia #C234CE
Tints of Fuchsia #C234CE
RGB
CMYK
RGB Variations
Color information
#C234CE (or 0xC234CE) is known color: Fuchsia. HEX triplet: C2, 34 and CE. RGB value is (194,52,206). Sum of RGB (Red+Green+Blue) = 194+52+206=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #C234CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234CE is #3DCB31. Grayscale: #6F6F6F. Windows color (decimal): -4049714 or 13513922. OLE color: 13513922.
HSL color Cylindrical-coordinate representation of color #C234CE: hue angle of 295.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C234CE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 52 | 206 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.19 |
| HSL | 295.32º | 0.61% | 0.51% | - |
| HSV(B) | 295.32º | 0.75% | 0.81% | - |
| XYZ | 34.62 | 18.38 | 60.12 | - |
| YUV | 112.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 206 | 0.06 | 0.75 | 0 | 0.19 | 295.32 | 0.61 | 0.51 |
| Hex | C2 | 34 | CE | 6 | 4B | 0 | 13 | 127 | 3D | 33 |
| Octal | 302 | 64 | 316 | 6 | 113 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000010 | 110100 | 11001110 | 110 | 1001011 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C234CE
Complementary color
Monochromatic Colors of #C234CE
Black with #C234CE
Text Example
Text Example
White with #C234CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234CE; }
p { color: rgb(194,52,206); }
H1.HeaderClassName
{
color: #C234CE;
}
.AnyTagClassName
{
color: #C234CE;
}
</style>
background-color css
<style>
a { background-color: #C234CE; }
a { background-color: rgb(194,52,206); }
div.DivClassName
{
background-color: #C234CE;
}
.BgClassName
{
background-color: #C234CE;
}
</style>
border-color css
<style>
span { border-color: #C234CE; }
span { border-color: rgb(194,52,206); }
td.TdClassName
{
border-color: #C234CE;
}
.TagClassName
{
border-color: #C234CE;
}
</style>