Shades of Fuchsia #C232BC
Tints of Fuchsia #C232BC
RGB
CMYK
RGB Variations
Color information
#C232BC (or 0xC232BC) is known color: Fuchsia. HEX triplet: C2, 32 and BC. RGB value is (194,50,188). Sum of RGB (Red+Green+Blue) = 194+50+188=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C232BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232BC is #3DCD43. Grayscale: #6C6C6C. Windows color (decimal): -4050244 or 12333762. OLE color: 12333762.
HSL color Cylindrical-coordinate representation of color #C232BC: hue angle of 302.5º 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 #C232BC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 188 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.24 |
| HSL | 302.5º | 0.59% | 0.48% | - |
| HSV(B) | 302.5º | 0.74% | 0.76% | - |
| XYZ | 32.47 | 17.38 | 49.22 | - |
| YUV | 108.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 188 | 0 | 0.74 | 0.03 | 0.24 | 302.5 | 0.59 | 0.48 |
| Hex | C2 | 32 | BC | 0 | 4A | 3 | 18 | 12E | 3B | 30 |
| Octal | 302 | 62 | 274 | 0 | 112 | 3 | 30 | 456 | 73 | 60 |
| Binary | 11000010 | 110010 | 10111100 | 0 | 1001010 | 11 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C232BC
Complementary color
Monochromatic Colors of #C232BC
Black with #C232BC
Text Example
Text Example
White with #C232BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232BC; }
p { color: rgb(194,50,188); }
H1.HeaderClassName
{
color: #C232BC;
}
.AnyTagClassName
{
color: #C232BC;
}
</style>
background-color css
<style>
a { background-color: #C232BC; }
a { background-color: rgb(194,50,188); }
div.DivClassName
{
background-color: #C232BC;
}
.BgClassName
{
background-color: #C232BC;
}
</style>
border-color css
<style>
span { border-color: #C232BC; }
span { border-color: rgb(194,50,188); }
td.TdClassName
{
border-color: #C232BC;
}
.TagClassName
{
border-color: #C232BC;
}
</style>