Shades of Fuchsia #C32CCE
Tints of Fuchsia #C32CCE
RGB
CMYK
RGB Variations
Color information
#C32CCE (or 0xC32CCE) is known color: Fuchsia. HEX triplet: C3, 2C and CE. RGB value is (195,44,206). Sum of RGB (Red+Green+Blue) = 195+44+206=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #C32CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CCE is #3CD331. Grayscale: #6B6B6B. Windows color (decimal): -3986226 or 13511875. OLE color: 13511875.
HSL color Cylindrical-coordinate representation of color #C32CCE: hue angle of 295.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32CCE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 44 | 206 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.19 |
| HSL | 295.93º | 0.65% | 0.49% | - |
| HSV(B) | 295.93º | 0.79% | 0.81% | - |
| XYZ | 34.55 | 17.86 | 60.02 | - |
| YUV | 107.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 206 | 0.05 | 0.79 | 0 | 0.19 | 295.93 | 0.65 | 0.49 |
| Hex | C3 | 2C | CE | 5 | 4F | 0 | 13 | 128 | 41 | 31 |
| Octal | 303 | 54 | 316 | 5 | 117 | 0 | 23 | 450 | 101 | 61 |
| Binary | 11000011 | 101100 | 11001110 | 101 | 1001111 | 0 | 10011 | 100101000 | 1000001 | 110001 |
Color Harmonies of #C32CCE
Complementary color
Monochromatic Colors of #C32CCE
Black with #C32CCE
Text Example
Text Example
White with #C32CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32CCE; }
p { color: rgb(195,44,206); }
H1.HeaderClassName
{
color: #C32CCE;
}
.AnyTagClassName
{
color: #C32CCE;
}
</style>
background-color css
<style>
a { background-color: #C32CCE; }
a { background-color: rgb(195,44,206); }
div.DivClassName
{
background-color: #C32CCE;
}
.BgClassName
{
background-color: #C32CCE;
}
</style>
border-color css
<style>
span { border-color: #C32CCE; }
span { border-color: rgb(195,44,206); }
td.TdClassName
{
border-color: #C32CCE;
}
.TagClassName
{
border-color: #C32CCE;
}
</style>