Shades of Fuchsia #C32AC7
Tints of Fuchsia #C32AC7
RGB
CMYK
RGB Variations
Color information
#C32AC7 (or 0xC32AC7) is known color: Fuchsia. HEX triplet: C3, 2A and C7. RGB value is (195,42,199). Sum of RGB (Red+Green+Blue) = 195+42+199=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #C32AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32AC7 is #3CD538. Grayscale: #696969. Windows color (decimal): -3986745 or 13052611. OLE color: 13052611.
HSL color Cylindrical-coordinate representation of color #C32AC7: hue angle of 298.47º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32AC7 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 42 | 199 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.22 |
| HSL | 298.47º | 0.65% | 0.47% | - |
| HSV(B) | 298.47º | 0.79% | 0.78% | - |
| XYZ | 33.64 | 17.38 | 55.61 | - |
| YUV | 105.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 199 | 0.02 | 0.79 | 0 | 0.22 | 298.47 | 0.65 | 0.47 |
| Hex | C3 | 2A | C7 | 2 | 4F | 0 | 16 | 12A | 41 | 2F |
| Octal | 303 | 52 | 307 | 2 | 117 | 0 | 26 | 452 | 101 | 57 |
| Binary | 11000011 | 101010 | 11000111 | 10 | 1001111 | 0 | 10110 | 100101010 | 1000001 | 101111 |
Color Harmonies of #C32AC7
Complementary color
Monochromatic Colors of #C32AC7
Black with #C32AC7
Text Example
Text Example
White with #C32AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32AC7; }
p { color: rgb(195,42,199); }
H1.HeaderClassName
{
color: #C32AC7;
}
.AnyTagClassName
{
color: #C32AC7;
}
</style>
background-color css
<style>
a { background-color: #C32AC7; }
a { background-color: rgb(195,42,199); }
div.DivClassName
{
background-color: #C32AC7;
}
.BgClassName
{
background-color: #C32AC7;
}
</style>
border-color css
<style>
span { border-color: #C32AC7; }
span { border-color: rgb(195,42,199); }
td.TdClassName
{
border-color: #C32AC7;
}
.TagClassName
{
border-color: #C32AC7;
}
</style>