Shades of Fuchsia #C032CD
Tints of Fuchsia #C032CD
RGB
CMYK
RGB Variations
Color information
#C032CD (or 0xC032CD) is known color: Fuchsia. HEX triplet: C0, 32 and CD. RGB value is (192,50,205). Sum of RGB (Red+Green+Blue) = 192+50+205=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C032CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032CD is #3FCD32. Grayscale: #6D6D6D. Windows color (decimal): -4181299 or 13447872. OLE color: 13447872.
HSL color Cylindrical-coordinate representation of color #C032CD: hue angle of 294.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C032CD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 50 | 205 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.20 |
| HSL | 294.97º | 0.61% | 0.5% | - |
| HSV(B) | 294.97º | 0.76% | 0.8% | - |
| XYZ | 33.9 | 17.9 | 59.43 | - |
| YUV | 110.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 205 | 0.06 | 0.76 | 0 | 0.20 | 294.97 | 0.61 | 0.5 |
| Hex | C0 | 32 | CD | 6 | 4C | 0 | 14 | 127 | 3D | 32 |
| Octal | 300 | 62 | 315 | 6 | 114 | 0 | 24 | 447 | 75 | 62 |
| Binary | 11000000 | 110010 | 11001101 | 110 | 1001100 | 0 | 10100 | 100100111 | 111101 | 110010 |
Color Harmonies of #C032CD
Complementary color
Monochromatic Colors of #C032CD
Black with #C032CD
Text Example
Text Example
White with #C032CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032CD; }
p { color: rgb(192,50,205); }
H1.HeaderClassName
{
color: #C032CD;
}
.AnyTagClassName
{
color: #C032CD;
}
</style>
background-color css
<style>
a { background-color: #C032CD; }
a { background-color: rgb(192,50,205); }
div.DivClassName
{
background-color: #C032CD;
}
.BgClassName
{
background-color: #C032CD;
}
</style>
border-color css
<style>
span { border-color: #C032CD; }
span { border-color: rgb(192,50,205); }
td.TdClassName
{
border-color: #C032CD;
}
.TagClassName
{
border-color: #C032CD;
}
</style>