Shades of Fuchsia #C232BE
Tints of Fuchsia #C232BE
RGB
CMYK
RGB Variations
Color information
#C232BE (or 0xC232BE) is known color: Fuchsia. HEX triplet: C2, 32 and BE. RGB value is (194,50,190). Sum of RGB (Red+Green+Blue) = 194+50+190=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C232BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232BE is #3DCD41. Grayscale: #6C6C6C. Windows color (decimal): -4050242 or 12464834. OLE color: 12464834.
HSL color Cylindrical-coordinate representation of color #C232BE: hue angle of 301.67º 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 #C232BE is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 190 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.24 |
| HSL | 301.67º | 0.59% | 0.48% | - |
| HSV(B) | 301.67º | 0.74% | 0.76% | - |
| XYZ | 32.68 | 17.47 | 50.36 | - |
| YUV | 109.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 190 | 0 | 0.74 | 0.02 | 0.24 | 301.67 | 0.59 | 0.48 |
| Hex | C2 | 32 | BE | 0 | 4A | 2 | 18 | 12E | 3B | 30 |
| Octal | 302 | 62 | 276 | 0 | 112 | 2 | 30 | 456 | 73 | 60 |
| Binary | 11000010 | 110010 | 10111110 | 0 | 1001010 | 10 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C232BE
Complementary color
Monochromatic Colors of #C232BE
Black with #C232BE
Text Example
Text Example
White with #C232BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232BE; }
p { color: rgb(194,50,190); }
H1.HeaderClassName
{
color: #C232BE;
}
.AnyTagClassName
{
color: #C232BE;
}
</style>
background-color css
<style>
a { background-color: #C232BE; }
a { background-color: rgb(194,50,190); }
div.DivClassName
{
background-color: #C232BE;
}
.BgClassName
{
background-color: #C232BE;
}
</style>
border-color css
<style>
span { border-color: #C232BE; }
span { border-color: rgb(194,50,190); }
td.TdClassName
{
border-color: #C232BE;
}
.TagClassName
{
border-color: #C232BE;
}
</style>