Shades of Fuchsia #C232BD
Tints of Fuchsia #C232BD
RGB
CMYK
RGB Variations
Color information
#C232BD (or 0xC232BD) is known color: Fuchsia. HEX triplet: C2, 32 and BD. RGB value is (194,50,189). Sum of RGB (Red+Green+Blue) = 194+50+189=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C232BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232BD is #3DCD42. Grayscale: #6C6C6C. Windows color (decimal): -4050243 or 12399298. OLE color: 12399298.
HSL color Cylindrical-coordinate representation of color #C232BD: hue angle of 302.08º 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 #C232BD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 189 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.24 |
| HSL | 302.08º | 0.59% | 0.48% | - |
| HSV(B) | 302.08º | 0.74% | 0.76% | - |
| XYZ | 32.57 | 17.42 | 49.79 | - |
| YUV | 108.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 189 | 0 | 0.74 | 0.03 | 0.24 | 302.08 | 0.59 | 0.48 |
| Hex | C2 | 32 | BD | 0 | 4A | 3 | 18 | 12E | 3B | 30 |
| Octal | 302 | 62 | 275 | 0 | 112 | 3 | 30 | 456 | 73 | 60 |
| Binary | 11000010 | 110010 | 10111101 | 0 | 1001010 | 11 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C232BD
Complementary color
Monochromatic Colors of #C232BD
Black with #C232BD
Text Example
Text Example
White with #C232BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232BD; }
p { color: rgb(194,50,189); }
H1.HeaderClassName
{
color: #C232BD;
}
.AnyTagClassName
{
color: #C232BD;
}
</style>
background-color css
<style>
a { background-color: #C232BD; }
a { background-color: rgb(194,50,189); }
div.DivClassName
{
background-color: #C232BD;
}
.BgClassName
{
background-color: #C232BD;
}
</style>
border-color css
<style>
span { border-color: #C232BD; }
span { border-color: rgb(194,50,189); }
td.TdClassName
{
border-color: #C232BD;
}
.TagClassName
{
border-color: #C232BD;
}
</style>