Shades of Fuchsia #C331CA
Tints of Fuchsia #C331CA
RGB
CMYK
RGB Variations
Color information
#C331CA (or 0xC331CA) is known color: Fuchsia. HEX triplet: C3, 31 and CA. RGB value is (195,49,202). Sum of RGB (Red+Green+Blue) = 195+49+202=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #C331CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331CA is #3CCE35. Grayscale: #6D6D6D. Windows color (decimal): -3984950 or 13251011. OLE color: 13251011.
HSL color Cylindrical-coordinate representation of color #C331CA: hue angle of 297.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C331CA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 49 | 202 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.21 |
| HSL | 297.25º | 0.61% | 0.49% | - |
| HSV(B) | 297.25º | 0.76% | 0.79% | - |
| XYZ | 34.26 | 18.06 | 57.56 | - |
| YUV | 110.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 202 | 0.03 | 0.76 | 0 | 0.21 | 297.25 | 0.61 | 0.49 |
| Hex | C3 | 31 | CA | 3 | 4C | 0 | 15 | 129 | 3D | 31 |
| Octal | 303 | 61 | 312 | 3 | 114 | 0 | 25 | 451 | 75 | 61 |
| Binary | 11000011 | 110001 | 11001010 | 11 | 1001100 | 0 | 10101 | 100101001 | 111101 | 110001 |
Color Harmonies of #C331CA
Complementary color
Monochromatic Colors of #C331CA
Black with #C331CA
Text Example
Text Example
White with #C331CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331CA; }
p { color: rgb(195,49,202); }
H1.HeaderClassName
{
color: #C331CA;
}
.AnyTagClassName
{
color: #C331CA;
}
</style>
background-color css
<style>
a { background-color: #C331CA; }
a { background-color: rgb(195,49,202); }
div.DivClassName
{
background-color: #C331CA;
}
.BgClassName
{
background-color: #C331CA;
}
</style>
border-color css
<style>
span { border-color: #C331CA; }
span { border-color: rgb(195,49,202); }
td.TdClassName
{
border-color: #C331CA;
}
.TagClassName
{
border-color: #C331CA;
}
</style>