Shades of Fuchsia #C355CC
Tints of Fuchsia #C355CC
RGB
CMYK
RGB Variations
Color information
#C355CC (or 0xC355CC) is known color: Fuchsia. HEX triplet: C3, 55 and CC. RGB value is (195,85,204). Sum of RGB (Red+Green+Blue) = 195+85+204=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #C355CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355CC is #3CAA33. Grayscale: #838383. Windows color (decimal): -3975732 or 13391299. OLE color: 13391299.
HSL color Cylindrical-coordinate representation of color #C355CC: hue angle of 295.46º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C355CC is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 85 | 204 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.2 |
| HSL | 295.46º | 0.54% | 0.57% | - |
| HSV(B) | 295.46º | 0.58% | 0.8% | - |
| XYZ | 36.65 | 22.46 | 59.53 | - |
| YUV | 131.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 204 | 0.04 | 0.58 | 0 | 0.2 | 295.46 | 0.54 | 0.57 |
| Hex | C3 | 55 | CC | 4 | 3A | 0 | 14 | 127 | 36 | 39 |
| Octal | 303 | 125 | 314 | 4 | 72 | 0 | 24 | 447 | 66 | 71 |
| Binary | 11000011 | 1010101 | 11001100 | 100 | 111010 | 0 | 10100 | 100100111 | 110110 | 111001 |
Color Harmonies of #C355CC
Complementary color
Monochromatic Colors of #C355CC
Black with #C355CC
Text Example
Text Example
White with #C355CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355CC; }
p { color: rgb(195,85,204); }
H1.HeaderClassName
{
color: #C355CC;
}
.AnyTagClassName
{
color: #C355CC;
}
</style>
background-color css
<style>
a { background-color: #C355CC; }
a { background-color: rgb(195,85,204); }
div.DivClassName
{
background-color: #C355CC;
}
.BgClassName
{
background-color: #C355CC;
}
</style>
border-color css
<style>
span { border-color: #C355CC; }
span { border-color: rgb(195,85,204); }
td.TdClassName
{
border-color: #C355CC;
}
.TagClassName
{
border-color: #C355CC;
}
</style>