Shades of Fuchsia #C032CB
Tints of Fuchsia #C032CB
RGB
CMYK
RGB Variations
Color information
#C032CB (or 0xC032CB) is known color: Fuchsia. HEX triplet: C0, 32 and CB. RGB value is (192,50,203). Sum of RGB (Red+Green+Blue) = 192+50+203=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C032CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032CB is #3FCD34. Grayscale: #6D6D6D. Windows color (decimal): -4181301 or 13316800. OLE color: 13316800.
HSL color Cylindrical-coordinate representation of color #C032CB: hue angle of 295.69º degrees, saturation: 0.6, 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 #C032CB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 50 | 203 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.20 |
| HSL | 295.69º | 0.6% | 0.5% | - |
| HSV(B) | 295.69º | 0.75% | 0.8% | - |
| XYZ | 33.66 | 17.8 | 58.16 | - |
| YUV | 109.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 203 | 0.05 | 0.75 | 0 | 0.20 | 295.69 | 0.6 | 0.5 |
| Hex | C0 | 32 | CB | 5 | 4B | 0 | 14 | 128 | 3C | 32 |
| Octal | 300 | 62 | 313 | 5 | 113 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000000 | 110010 | 11001011 | 101 | 1001011 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C032CB
Complementary color
Monochromatic Colors of #C032CB
Black with #C032CB
Text Example
Text Example
White with #C032CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032CB; }
p { color: rgb(192,50,203); }
H1.HeaderClassName
{
color: #C032CB;
}
.AnyTagClassName
{
color: #C032CB;
}
</style>
background-color css
<style>
a { background-color: #C032CB; }
a { background-color: rgb(192,50,203); }
div.DivClassName
{
background-color: #C032CB;
}
.BgClassName
{
background-color: #C032CB;
}
</style>
border-color css
<style>
span { border-color: #C032CB; }
span { border-color: rgb(192,50,203); }
td.TdClassName
{
border-color: #C032CB;
}
.TagClassName
{
border-color: #C032CB;
}
</style>