Shades of Fuchsia #C331CC
Tints of Fuchsia #C331CC
RGB
CMYK
RGB Variations
Color information
#C331CC (or 0xC331CC) is known color: Fuchsia. HEX triplet: C3, 31 and CC. RGB value is (195,49,204). Sum of RGB (Red+Green+Blue) = 195+49+204=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C331CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331CC is #3CCE33. Grayscale: #6D6D6D. Windows color (decimal): -3984948 or 13382083. OLE color: 13382083.
HSL color Cylindrical-coordinate representation of color #C331CC: hue angle of 296.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C331CC is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 49 | 204 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.2 |
| HSL | 296.52º | 0.61% | 0.5% | - |
| HSV(B) | 296.52º | 0.76% | 0.8% | - |
| XYZ | 34.5 | 18.16 | 58.81 | - |
| YUV | 110.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 204 | 0.04 | 0.76 | 0 | 0.2 | 296.52 | 0.61 | 0.5 |
| Hex | C3 | 31 | CC | 4 | 4C | 0 | 14 | 129 | 3D | 32 |
| Octal | 303 | 61 | 314 | 4 | 114 | 0 | 24 | 451 | 75 | 62 |
| Binary | 11000011 | 110001 | 11001100 | 100 | 1001100 | 0 | 10100 | 100101001 | 111101 | 110010 |
Color Harmonies of #C331CC
Complementary color
Monochromatic Colors of #C331CC
Black with #C331CC
Text Example
Text Example
White with #C331CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331CC; }
p { color: rgb(195,49,204); }
H1.HeaderClassName
{
color: #C331CC;
}
.AnyTagClassName
{
color: #C331CC;
}
</style>
background-color css
<style>
a { background-color: #C331CC; }
a { background-color: rgb(195,49,204); }
div.DivClassName
{
background-color: #C331CC;
}
.BgClassName
{
background-color: #C331CC;
}
</style>
border-color css
<style>
span { border-color: #C331CC; }
span { border-color: rgb(195,49,204); }
td.TdClassName
{
border-color: #C331CC;
}
.TagClassName
{
border-color: #C331CC;
}
</style>