Shades of Fuchsia #C32DAD
Tints of Fuchsia #C32DAD
RGB
CMYK
RGB Variations
Color information
#C32DAD (or 0xC32DAD) is known color: Fuchsia. HEX triplet: C3, 2D and AD. RGB value is (195,45,173). Sum of RGB (Red+Green+Blue) = 195+45+173=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DAD is #3CD252. Grayscale: #686868. Windows color (decimal): -3986003 or 11349443. OLE color: 11349443.
HSL color Cylindrical-coordinate representation of color #C32DAD: hue angle of 308.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32DAD is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 173 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.24 |
| HSL | 308.8º | 0.63% | 0.47% | - |
| HSV(B) | 308.8º | 0.77% | 0.76% | - |
| XYZ | 30.99 | 16.5 | 41.09 | - |
| YUV | 104.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 173 | 0 | 0.77 | 0.11 | 0.24 | 308.8 | 0.63 | 0.47 |
| Hex | C3 | 2D | AD | 0 | 4D | B | 18 | 135 | 3E | 2F |
| Octal | 303 | 55 | 255 | 0 | 115 | 13 | 30 | 465 | 76 | 57 |
| Binary | 11000011 | 101101 | 10101101 | 0 | 1001101 | 1011 | 11000 | 100110101 | 111110 | 101111 |
Color Harmonies of #C32DAD
Complementary color
Monochromatic Colors of #C32DAD
Black with #C32DAD
Text Example
Text Example
White with #C32DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DAD; }
p { color: rgb(195,45,173); }
H1.HeaderClassName
{
color: #C32DAD;
}
.AnyTagClassName
{
color: #C32DAD;
}
</style>
background-color css
<style>
a { background-color: #C32DAD; }
a { background-color: rgb(195,45,173); }
div.DivClassName
{
background-color: #C32DAD;
}
.BgClassName
{
background-color: #C32DAD;
}
</style>
border-color css
<style>
span { border-color: #C32DAD; }
span { border-color: rgb(195,45,173); }
td.TdClassName
{
border-color: #C32DAD;
}
.TagClassName
{
border-color: #C32DAD;
}
</style>