Shades of Fuchsia #C234CA
Tints of Fuchsia #C234CA
RGB
CMYK
RGB Variations
Color information
#C234CA (or 0xC234CA) is known color: Fuchsia. HEX triplet: C2, 34 and CA. RGB value is (194,52,202). Sum of RGB (Red+Green+Blue) = 194+52+202=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #C234CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234CA is #3DCB35. Grayscale: #6F6F6F. Windows color (decimal): -4049718 or 13251778. OLE color: 13251778.
HSL color Cylindrical-coordinate representation of color #C234CA: hue angle of 296.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C234CA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 52 | 202 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.21 |
| HSL | 296.8º | 0.59% | 0.5% | - |
| HSV(B) | 296.8º | 0.74% | 0.79% | - |
| XYZ | 34.14 | 18.19 | 57.59 | - |
| YUV | 111.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 202 | 0.04 | 0.74 | 0 | 0.21 | 296.8 | 0.59 | 0.5 |
| Hex | C2 | 34 | CA | 4 | 4A | 0 | 15 | 129 | 3B | 32 |
| Octal | 302 | 64 | 312 | 4 | 112 | 0 | 25 | 451 | 73 | 62 |
| Binary | 11000010 | 110100 | 11001010 | 100 | 1001010 | 0 | 10101 | 100101001 | 111011 | 110010 |
Color Harmonies of #C234CA
Complementary color
Monochromatic Colors of #C234CA
Black with #C234CA
Text Example
Text Example
White with #C234CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234CA; }
p { color: rgb(194,52,202); }
H1.HeaderClassName
{
color: #C234CA;
}
.AnyTagClassName
{
color: #C234CA;
}
</style>
background-color css
<style>
a { background-color: #C234CA; }
a { background-color: rgb(194,52,202); }
div.DivClassName
{
background-color: #C234CA;
}
.BgClassName
{
background-color: #C234CA;
}
</style>
border-color css
<style>
span { border-color: #C234CA; }
span { border-color: rgb(194,52,202); }
td.TdClassName
{
border-color: #C234CA;
}
.TagClassName
{
border-color: #C234CA;
}
</style>