Shades of Fuchsia #C032CA
Tints of Fuchsia #C032CA
RGB
CMYK
RGB Variations
Color information
#C032CA (or 0xC032CA) is known color: Fuchsia. HEX triplet: C0, 32 and CA. RGB value is (192,50,202). Sum of RGB (Red+Green+Blue) = 192+50+202=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #C032CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032CA is #3FCD35. Grayscale: #6D6D6D. Windows color (decimal): -4181302 or 13251264. OLE color: 13251264.
HSL color Cylindrical-coordinate representation of color #C032CA: hue angle of 296.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C032CA is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 50 | 202 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.21 |
| HSL | 296.05º | 0.6% | 0.49% | - |
| HSV(B) | 296.05º | 0.75% | 0.79% | - |
| XYZ | 33.54 | 17.75 | 57.54 | - |
| YUV | 109.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 202 | 0.05 | 0.75 | 0 | 0.21 | 296.05 | 0.6 | 0.49 |
| Hex | C0 | 32 | CA | 5 | 4B | 0 | 15 | 128 | 3C | 31 |
| Octal | 300 | 62 | 312 | 5 | 113 | 0 | 25 | 450 | 74 | 61 |
| Binary | 11000000 | 110010 | 11001010 | 101 | 1001011 | 0 | 10101 | 100101000 | 111100 | 110001 |
Color Harmonies of #C032CA
Complementary color
Monochromatic Colors of #C032CA
Black with #C032CA
Text Example
Text Example
White with #C032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032CA; }
p { color: rgb(192,50,202); }
H1.HeaderClassName
{
color: #C032CA;
}
.AnyTagClassName
{
color: #C032CA;
}
</style>
background-color css
<style>
a { background-color: #C032CA; }
a { background-color: rgb(192,50,202); }
div.DivClassName
{
background-color: #C032CA;
}
.BgClassName
{
background-color: #C032CA;
}
</style>
border-color css
<style>
span { border-color: #C032CA; }
span { border-color: rgb(192,50,202); }
td.TdClassName
{
border-color: #C032CA;
}
.TagClassName
{
border-color: #C032CA;
}
</style>