Shades of Fuchsia #C359CC
Tints of Fuchsia #C359CC
RGB
CMYK
RGB Variations
Color information
#C359CC (or 0xC359CC) is known color: Fuchsia. HEX triplet: C3, 59 and CC. RGB value is (195,89,204). Sum of RGB (Red+Green+Blue) = 195+89+204=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C359CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359CC is #3CA633. Grayscale: #858585. Windows color (decimal): -3974708 or 13392323. OLE color: 13392323.
HSL color Cylindrical-coordinate representation of color #C359CC: hue angle of 295.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C359CC is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 89 | 204 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.2 |
| HSL | 295.3º | 0.53% | 0.57% | - |
| HSV(B) | 295.3º | 0.56% | 0.8% | - |
| XYZ | 36.98 | 23.11 | 59.64 | - |
| YUV | 133.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 204 | 0.04 | 0.56 | 0 | 0.2 | 295.3 | 0.53 | 0.57 |
| Hex | C3 | 59 | CC | 4 | 38 | 0 | 14 | 127 | 35 | 39 |
| Octal | 303 | 131 | 314 | 4 | 70 | 0 | 24 | 447 | 65 | 71 |
| Binary | 11000011 | 1011001 | 11001100 | 100 | 111000 | 0 | 10100 | 100100111 | 110101 | 111001 |
Color Harmonies of #C359CC
Complementary color
Monochromatic Colors of #C359CC
Black with #C359CC
Text Example
Text Example
White with #C359CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359CC; }
p { color: rgb(195,89,204); }
H1.HeaderClassName
{
color: #C359CC;
}
.AnyTagClassName
{
color: #C359CC;
}
</style>
background-color css
<style>
a { background-color: #C359CC; }
a { background-color: rgb(195,89,204); }
div.DivClassName
{
background-color: #C359CC;
}
.BgClassName
{
background-color: #C359CC;
}
</style>
border-color css
<style>
span { border-color: #C359CC; }
span { border-color: rgb(195,89,204); }
td.TdClassName
{
border-color: #C359CC;
}
.TagClassName
{
border-color: #C359CC;
}
</style>