Shades of Fuchsia #C32CC7
Tints of Fuchsia #C32CC7
RGB
CMYK
RGB Variations
Color information
#C32CC7 (or 0xC32CC7) is known color: Fuchsia. HEX triplet: C3, 2C and C7. RGB value is (195,44,199). Sum of RGB (Red+Green+Blue) = 195+44+199=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #C32CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC7 is #3CD338. Grayscale: #6A6A6A. Windows color (decimal): -3986233 or 13053123. OLE color: 13053123.
HSL color Cylindrical-coordinate representation of color #C32CC7: hue angle of 298.45º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32CC7 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 44 | 199 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.22 |
| HSL | 298.45º | 0.64% | 0.48% | - |
| HSV(B) | 298.45º | 0.78% | 0.78% | - |
| XYZ | 33.72 | 17.53 | 55.64 | - |
| YUV | 106.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 199 | 0.02 | 0.78 | 0 | 0.22 | 298.45 | 0.64 | 0.48 |
| Hex | C3 | 2C | C7 | 2 | 4E | 0 | 16 | 12A | 40 | 30 |
| Octal | 303 | 54 | 307 | 2 | 116 | 0 | 26 | 452 | 100 | 60 |
| Binary | 11000011 | 101100 | 11000111 | 10 | 1001110 | 0 | 10110 | 100101010 | 1000000 | 110000 |
Color Harmonies of #C32CC7
Complementary color
Monochromatic Colors of #C32CC7
Black with #C32CC7
Text Example
Text Example
White with #C32CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CC7; }
p { color: rgb(195,44,199); }
H1.HeaderClassName
{
color: #C32CC7;
}
.AnyTagClassName
{
color: #C32CC7;
}
</style>
background-color css
<style>
a { background-color: #C32CC7; }
a { background-color: rgb(195,44,199); }
div.DivClassName
{
background-color: #C32CC7;
}
.BgClassName
{
background-color: #C32CC7;
}
</style>
border-color css
<style>
span { border-color: #C32CC7; }
span { border-color: rgb(195,44,199); }
td.TdClassName
{
border-color: #C32CC7;
}
.TagClassName
{
border-color: #C32CC7;
}
</style>