Shades of Fuchsia #C32EAD
Tints of Fuchsia #C32EAD
RGB
CMYK
RGB Variations
Color information
#C32EAD (or 0xC32EAD) is known color: Fuchsia. HEX triplet: C3, 2E and AD. RGB value is (195,46,173). Sum of RGB (Red+Green+Blue) = 195+46+173=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EAD is #3CD152. Grayscale: #686868. Windows color (decimal): -3985747 or 11349699. OLE color: 11349699.
HSL color Cylindrical-coordinate representation of color #C32EAD: hue angle of 308.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32EAD is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 173 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.24 |
| HSL | 308.86º | 0.62% | 0.47% | - |
| HSV(B) | 308.86º | 0.76% | 0.76% | - |
| XYZ | 31.03 | 16.57 | 41.1 | - |
| YUV | 105.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 173 | 0 | 0.76 | 0.11 | 0.24 | 308.86 | 0.62 | 0.47 |
| Hex | C3 | 2E | AD | 0 | 4C | B | 18 | 135 | 3E | 2F |
| Octal | 303 | 56 | 255 | 0 | 114 | 13 | 30 | 465 | 76 | 57 |
| Binary | 11000011 | 101110 | 10101101 | 0 | 1001100 | 1011 | 11000 | 100110101 | 111110 | 101111 |
Color Harmonies of #C32EAD
Complementary color
Monochromatic Colors of #C32EAD
Black with #C32EAD
Text Example
Text Example
White with #C32EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32EAD; }
p { color: rgb(195,46,173); }
H1.HeaderClassName
{
color: #C32EAD;
}
.AnyTagClassName
{
color: #C32EAD;
}
</style>
background-color css
<style>
a { background-color: #C32EAD; }
a { background-color: rgb(195,46,173); }
div.DivClassName
{
background-color: #C32EAD;
}
.BgClassName
{
background-color: #C32EAD;
}
</style>
border-color css
<style>
span { border-color: #C32EAD; }
span { border-color: rgb(195,46,173); }
td.TdClassName
{
border-color: #C32EAD;
}
.TagClassName
{
border-color: #C32EAD;
}
</style>