Shades of Fuchsia #C034CA
Tints of Fuchsia #C034CA
RGB
CMYK
RGB Variations
Color information
#C034CA (or 0xC034CA) is known color: Fuchsia. HEX triplet: C0, 34 and CA. RGB value is (192,52,202). Sum of RGB (Red+Green+Blue) = 192+52+202=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #C034CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CA is #3FCB35. Grayscale: #6E6E6E. Windows color (decimal): -4180790 or 13251776. OLE color: 13251776.
HSL color Cylindrical-coordinate representation of color #C034CA: hue angle of 296º 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 #C034CA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 52 | 202 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.21 |
| HSL | 296º | 0.59% | 0.5% | - |
| HSV(B) | 296º | 0.74% | 0.79% | - |
| XYZ | 33.63 | 17.93 | 57.56 | - |
| YUV | 110.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 202 | 0.05 | 0.74 | 0 | 0.21 | 296 | 0.59 | 0.5 |
| Hex | C0 | 34 | CA | 5 | 4A | 0 | 15 | 128 | 3B | 32 |
| Octal | 300 | 64 | 312 | 5 | 112 | 0 | 25 | 450 | 73 | 62 |
| Binary | 11000000 | 110100 | 11001010 | 101 | 1001010 | 0 | 10101 | 100101000 | 111011 | 110010 |
Color Harmonies of #C034CA
Complementary color
Monochromatic Colors of #C034CA
Black with #C034CA
Text Example
Text Example
White with #C034CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034CA; }
p { color: rgb(192,52,202); }
H1.HeaderClassName
{
color: #C034CA;
}
.AnyTagClassName
{
color: #C034CA;
}
</style>
background-color css
<style>
a { background-color: #C034CA; }
a { background-color: rgb(192,52,202); }
div.DivClassName
{
background-color: #C034CA;
}
.BgClassName
{
background-color: #C034CA;
}
</style>
border-color css
<style>
span { border-color: #C034CA; }
span { border-color: rgb(192,52,202); }
td.TdClassName
{
border-color: #C034CA;
}
.TagClassName
{
border-color: #C034CA;
}
</style>