Shades of Fuchsia #C032CC
Tints of Fuchsia #C032CC
RGB
CMYK
RGB Variations
Color information
#C032CC (or 0xC032CC) is known color: Fuchsia. HEX triplet: C0, 32 and CC. RGB value is (192,50,204). Sum of RGB (Red+Green+Blue) = 192+50+204=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C032CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032CC is #3FCD33. Grayscale: #6D6D6D. Windows color (decimal): -4181300 or 13382336. OLE color: 13382336.
HSL color Cylindrical-coordinate representation of color #C032CC: hue angle of 295.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C032CC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 50 | 204 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.2 |
| HSL | 295.32º | 0.61% | 0.5% | - |
| HSV(B) | 295.32º | 0.75% | 0.8% | - |
| XYZ | 33.78 | 17.85 | 58.79 | - |
| YUV | 110.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 204 | 0.06 | 0.75 | 0 | 0.2 | 295.32 | 0.61 | 0.5 |
| Hex | C0 | 32 | CC | 6 | 4B | 0 | 14 | 127 | 3D | 32 |
| Octal | 300 | 62 | 314 | 6 | 113 | 0 | 24 | 447 | 75 | 62 |
| Binary | 11000000 | 110010 | 11001100 | 110 | 1001011 | 0 | 10100 | 100100111 | 111101 | 110010 |
Color Harmonies of #C032CC
Complementary color
Monochromatic Colors of #C032CC
Black with #C032CC
Text Example
Text Example
White with #C032CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032CC; }
p { color: rgb(192,50,204); }
H1.HeaderClassName
{
color: #C032CC;
}
.AnyTagClassName
{
color: #C032CC;
}
</style>
background-color css
<style>
a { background-color: #C032CC; }
a { background-color: rgb(192,50,204); }
div.DivClassName
{
background-color: #C032CC;
}
.BgClassName
{
background-color: #C032CC;
}
</style>
border-color css
<style>
span { border-color: #C032CC; }
span { border-color: rgb(192,50,204); }
td.TdClassName
{
border-color: #C032CC;
}
.TagClassName
{
border-color: #C032CC;
}
</style>