Shades of Fuchsia #C347CC
Tints of Fuchsia #C347CC
RGB
CMYK
RGB Variations
Color information
#C347CC (or 0xC347CC) is known color: Fuchsia. HEX triplet: C3, 47 and CC. RGB value is (195,71,204). Sum of RGB (Red+Green+Blue) = 195+71+204=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C347CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347CC is #3CB833. Grayscale: #7A7A7A. Windows color (decimal): -3979316 or 13387715. OLE color: 13387715.
HSL color Cylindrical-coordinate representation of color #C347CC: hue angle of 295.94º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C347CC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 71 | 204 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.2 |
| HSL | 295.94º | 0.57% | 0.54% | - |
| HSV(B) | 295.94º | 0.65% | 0.8% | - |
| XYZ | 35.66 | 20.47 | 59.2 | - |
| YUV | 123.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 204 | 0.04 | 0.65 | 0 | 0.2 | 295.94 | 0.57 | 0.54 |
| Hex | C3 | 47 | CC | 4 | 41 | 0 | 14 | 128 | 39 | 36 |
| Octal | 303 | 107 | 314 | 4 | 101 | 0 | 24 | 450 | 71 | 66 |
| Binary | 11000011 | 1000111 | 11001100 | 100 | 1000001 | 0 | 10100 | 100101000 | 111001 | 110110 |
Color Harmonies of #C347CC
Complementary color
Monochromatic Colors of #C347CC
Black with #C347CC
Text Example
Text Example
White with #C347CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347CC; }
p { color: rgb(195,71,204); }
H1.HeaderClassName
{
color: #C347CC;
}
.AnyTagClassName
{
color: #C347CC;
}
</style>
background-color css
<style>
a { background-color: #C347CC; }
a { background-color: rgb(195,71,204); }
div.DivClassName
{
background-color: #C347CC;
}
.BgClassName
{
background-color: #C347CC;
}
</style>
border-color css
<style>
span { border-color: #C347CC; }
span { border-color: rgb(195,71,204); }
td.TdClassName
{
border-color: #C347CC;
}
.TagClassName
{
border-color: #C347CC;
}
</style>