Shades of Fuchsia #C355C1
Tints of Fuchsia #C355C1
RGB
CMYK
RGB Variations
Color information
#C355C1 (or 0xC355C1) is known color: Fuchsia. HEX triplet: C3, 55 and C1. RGB value is (195,85,193). Sum of RGB (Red+Green+Blue) = 195+85+193=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C355C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355C1 is #3CAA3E. Grayscale: #818181. Windows color (decimal): -3975743 or 12670403. OLE color: 12670403.
HSL color Cylindrical-coordinate representation of color #C355C1: hue angle of 301.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C355C1 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 193 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.24 |
| HSL | 301.09º | 0.48% | 0.55% | - |
| HSV(B) | 301.09º | 0.56% | 0.76% | - |
| XYZ | 35.38 | 21.95 | 52.82 | - |
| YUV | 130.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 193 | 0 | 0.56 | 0.01 | 0.24 | 301.09 | 0.48 | 0.55 |
| Hex | C3 | 55 | C1 | 0 | 38 | 1 | 18 | 12D | 30 | 37 |
| Octal | 303 | 125 | 301 | 0 | 70 | 1 | 30 | 455 | 60 | 67 |
| Binary | 11000011 | 1010101 | 11000001 | 0 | 111000 | 1 | 11000 | 100101101 | 110000 | 110111 |
Color Harmonies of #C355C1
Complementary color
Monochromatic Colors of #C355C1
Black with #C355C1
Text Example
Text Example
White with #C355C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355C1; }
p { color: rgb(195,85,193); }
H1.HeaderClassName
{
color: #C355C1;
}
.AnyTagClassName
{
color: #C355C1;
}
</style>
background-color css
<style>
a { background-color: #C355C1; }
a { background-color: rgb(195,85,193); }
div.DivClassName
{
background-color: #C355C1;
}
.BgClassName
{
background-color: #C355C1;
}
</style>
border-color css
<style>
span { border-color: #C355C1; }
span { border-color: rgb(195,85,193); }
td.TdClassName
{
border-color: #C355C1;
}
.TagClassName
{
border-color: #C355C1;
}
</style>