Shades of Fuchsia #C349CE
Tints of Fuchsia #C349CE
RGB
CMYK
RGB Variations
Color information
#C349CE (or 0xC349CE) is known color: Fuchsia. HEX triplet: C3, 49 and CE. RGB value is (195,73,206). Sum of RGB (Red+Green+Blue) = 195+73+206=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C349CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349CE is #3CB631. Grayscale: #7C7C7C. Windows color (decimal): -3978802 or 13519299. OLE color: 13519299.
HSL color Cylindrical-coordinate representation of color #C349CE: hue angle of 295.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C349CE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 73 | 206 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.04º | 0.58% | 0.55% | - |
| HSV(B) | 295.04º | 0.65% | 0.81% | - |
| XYZ | 36.03 | 20.82 | 60.51 | - |
| YUV | 124.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 206 | 0.05 | 0.65 | 0 | 0.19 | 295.04 | 0.58 | 0.55 |
| Hex | C3 | 49 | CE | 5 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 303 | 111 | 316 | 5 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000011 | 1001001 | 11001110 | 101 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C349CE
Complementary color
Monochromatic Colors of #C349CE
Black with #C349CE
Text Example
Text Example
White with #C349CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349CE; }
p { color: rgb(195,73,206); }
H1.HeaderClassName
{
color: #C349CE;
}
.AnyTagClassName
{
color: #C349CE;
}
</style>
background-color css
<style>
a { background-color: #C349CE; }
a { background-color: rgb(195,73,206); }
div.DivClassName
{
background-color: #C349CE;
}
.BgClassName
{
background-color: #C349CE;
}
</style>
border-color css
<style>
span { border-color: #C349CE; }
span { border-color: rgb(195,73,206); }
td.TdClassName
{
border-color: #C349CE;
}
.TagClassName
{
border-color: #C349CE;
}
</style>