Shades of Fuchsia #C232C0
Tints of Fuchsia #C232C0
RGB
CMYK
RGB Variations
Color information
#C232C0 (or 0xC232C0) is known color: Fuchsia. HEX triplet: C2, 32 and C0. RGB value is (194,50,192). Sum of RGB (Red+Green+Blue) = 194+50+192=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C232C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232C0 is #3DCD3F. Grayscale: #6C6C6C. Windows color (decimal): -4050240 or 12595906. OLE color: 12595906.
HSL color Cylindrical-coordinate representation of color #C232C0: hue angle of 300.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232C0 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 192 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.24 |
| HSL | 300.83º | 0.59% | 0.48% | - |
| HSV(B) | 300.83º | 0.74% | 0.76% | - |
| XYZ | 32.9 | 17.56 | 51.52 | - |
| YUV | 109.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 192 | 0 | 0.74 | 0.01 | 0.24 | 300.83 | 0.59 | 0.48 |
| Hex | C2 | 32 | C0 | 0 | 4A | 1 | 18 | 12D | 3B | 30 |
| Octal | 302 | 62 | 300 | 0 | 112 | 1 | 30 | 455 | 73 | 60 |
| Binary | 11000010 | 110010 | 11000000 | 0 | 1001010 | 1 | 11000 | 100101101 | 111011 | 110000 |
Color Harmonies of #C232C0
Complementary color
Monochromatic Colors of #C232C0
Black with #C232C0
Text Example
Text Example
White with #C232C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232C0; }
p { color: rgb(194,50,192); }
H1.HeaderClassName
{
color: #C232C0;
}
.AnyTagClassName
{
color: #C232C0;
}
</style>
background-color css
<style>
a { background-color: #C232C0; }
a { background-color: rgb(194,50,192); }
div.DivClassName
{
background-color: #C232C0;
}
.BgClassName
{
background-color: #C232C0;
}
</style>
border-color css
<style>
span { border-color: #C232C0; }
span { border-color: rgb(194,50,192); }
td.TdClassName
{
border-color: #C232C0;
}
.TagClassName
{
border-color: #C232C0;
}
</style>