Shades of Fuchsia #C032C0
Tints of Fuchsia #C032C0
RGB
CMYK
RGB Variations
Color information
#C032C0 (or 0xC032C0) is known color: Fuchsia. HEX triplet: C0, 32 and C0. RGB value is (192,50,192). Sum of RGB (Red+Green+Blue) = 192+50+192=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C032C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032C0 is #3FCD3F. Grayscale: #6C6C6C. Windows color (decimal): -4181312 or 12595904. OLE color: 12595904.
HSL color Cylindrical-coordinate representation of color #C032C0: hue angle of 300º 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 #C032C0 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 50 | 192 | - |
CMYK | 0 | 0.74 | 0 | 0.25 |
HSL | 300º | 0.59% | 0.47% | - |
HSV(B) | 300º | 0.74% | 0.75% | - |
XYZ | 32.39 | 17.29 | 51.5 | - |
YUV | 108.65 | 175.04 | 187.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 50 | 192 | 0 | 0.74 | 0 | 0.25 | 300 | 0.59 | 0.47 |
Hex | C0 | 32 | C0 | 0 | 4A | 0 | 19 | 12C | 3B | 2F |
Octal | 300 | 62 | 300 | 0 | 112 | 0 | 31 | 454 | 73 | 57 |
Binary | 11000000 | 110010 | 11000000 | 0 | 1001010 | 0 | 11001 | 100101100 | 111011 | 101111 |
Color Harmonies of #C032C0
Complementary color
Monochromatic Colors of #C032C0
Black with #C032C0
Text Example
Text Example
White with #C032C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C032C0; }
p { color: rgb(192,50,192); }
H1.HeaderClassName
{
color: #C032C0;
}
.AnyTagClassName
{
color: #C032C0;
}
</style>
background-color css
<style>
a { background-color: #C032C0; }
a { background-color: rgb(192,50,192); }
div.DivClassName
{
background-color: #C032C0;
}
.BgClassName
{
background-color: #C032C0;
}
</style>
border-color css
<style>
span { border-color: #C032C0; }
span { border-color: rgb(192,50,192); }
td.TdClassName
{
border-color: #C032C0;
}
.TagClassName
{
border-color: #C032C0;
}
</style>