Shades of Fuchsia #C032BC
Tints of Fuchsia #C032BC
RGB
CMYK
RGB Variations
Color information
#C032BC (or 0xC032BC) is known color: Fuchsia. HEX triplet: C0, 32 and BC. RGB value is (192,50,188). Sum of RGB (Red+Green+Blue) = 192+50+188=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C032BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032BC is #3FCD43. Grayscale: #6B6B6B. Windows color (decimal): -4181316 or 12333760. OLE color: 12333760.
HSL color Cylindrical-coordinate representation of color #C032BC: hue angle of 301.69º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032BC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 188 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.25 |
| HSL | 301.69º | 0.59% | 0.47% | - |
| HSV(B) | 301.69º | 0.74% | 0.75% | - |
| XYZ | 31.96 | 17.12 | 49.2 | - |
| YUV | 108.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 188 | 0 | 0.74 | 0.02 | 0.25 | 301.69 | 0.59 | 0.47 |
| Hex | C0 | 32 | BC | 0 | 4A | 2 | 19 | 12E | 3B | 2F |
| Octal | 300 | 62 | 274 | 0 | 112 | 2 | 31 | 456 | 73 | 57 |
| Binary | 11000000 | 110010 | 10111100 | 0 | 1001010 | 10 | 11001 | 100101110 | 111011 | 101111 |
Color Harmonies of #C032BC
Complementary color
Monochromatic Colors of #C032BC
Black with #C032BC
Text Example
Text Example
White with #C032BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032BC; }
p { color: rgb(192,50,188); }
H1.HeaderClassName
{
color: #C032BC;
}
.AnyTagClassName
{
color: #C032BC;
}
</style>
background-color css
<style>
a { background-color: #C032BC; }
a { background-color: rgb(192,50,188); }
div.DivClassName
{
background-color: #C032BC;
}
.BgClassName
{
background-color: #C032BC;
}
</style>
border-color css
<style>
span { border-color: #C032BC; }
span { border-color: rgb(192,50,188); }
td.TdClassName
{
border-color: #C032BC;
}
.TagClassName
{
border-color: #C032BC;
}
</style>