Shades of Fuchsia #C347CE
Tints of Fuchsia #C347CE
RGB
CMYK
RGB Variations
Color information
#C347CE (or 0xC347CE) is known color: Fuchsia. HEX triplet: C3, 47 and CE. RGB value is (195,71,206). Sum of RGB (Red+Green+Blue) = 195+71+206=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C347CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347CE is #3CB831. Grayscale: #7B7B7B. Windows color (decimal): -3979314 or 13518787. OLE color: 13518787.
HSL color Cylindrical-coordinate representation of color #C347CE: hue angle of 295.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C347CE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 71 | 206 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.19 |
| HSL | 295.11º | 0.58% | 0.54% | - |
| HSV(B) | 295.11º | 0.66% | 0.81% | - |
| XYZ | 35.9 | 20.56 | 60.47 | - |
| YUV | 123.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 206 | 0.05 | 0.66 | 0 | 0.19 | 295.11 | 0.58 | 0.54 |
| Hex | C3 | 47 | CE | 5 | 42 | 0 | 13 | 127 | 3A | 36 |
| Octal | 303 | 107 | 316 | 5 | 102 | 0 | 23 | 447 | 72 | 66 |
| Binary | 11000011 | 1000111 | 11001110 | 101 | 1000010 | 0 | 10011 | 100100111 | 111010 | 110110 |
Color Harmonies of #C347CE
Complementary color
Monochromatic Colors of #C347CE
Black with #C347CE
Text Example
Text Example
White with #C347CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347CE; }
p { color: rgb(195,71,206); }
H1.HeaderClassName
{
color: #C347CE;
}
.AnyTagClassName
{
color: #C347CE;
}
</style>
background-color css
<style>
a { background-color: #C347CE; }
a { background-color: rgb(195,71,206); }
div.DivClassName
{
background-color: #C347CE;
}
.BgClassName
{
background-color: #C347CE;
}
</style>
border-color css
<style>
span { border-color: #C347CE; }
span { border-color: rgb(195,71,206); }
td.TdClassName
{
border-color: #C347CE;
}
.TagClassName
{
border-color: #C347CE;
}
</style>