Shades of Fuchsia #C349BE
Tints of Fuchsia #C349BE
RGB
CMYK
RGB Variations
Color information
#C349BE (or 0xC349BE) is known color: Fuchsia. HEX triplet: C3, 49 and BE. RGB value is (195,73,190). Sum of RGB (Red+Green+Blue) = 195+73+190=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C349BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349BE is #3CB641. Grayscale: #7A7A7A. Windows color (decimal): -3978818 or 12470723. OLE color: 12470723.
HSL color Cylindrical-coordinate representation of color #C349BE: hue angle of 302.46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C349BE is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 190 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.24 |
| HSL | 302.46º | 0.5% | 0.53% | - |
| HSV(B) | 302.46º | 0.63% | 0.76% | - |
| XYZ | 34.18 | 20.08 | 50.79 | - |
| YUV | 122.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 190 | 0 | 0.63 | 0.03 | 0.24 | 302.46 | 0.5 | 0.53 |
| Hex | C3 | 49 | BE | 0 | 3F | 3 | 18 | 12E | 32 | 35 |
| Octal | 303 | 111 | 276 | 0 | 77 | 3 | 30 | 456 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10111110 | 0 | 111111 | 11 | 11000 | 100101110 | 110010 | 110101 |
Color Harmonies of #C349BE
Complementary color
Monochromatic Colors of #C349BE
Black with #C349BE
Text Example
Text Example
White with #C349BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349BE; }
p { color: rgb(195,73,190); }
H1.HeaderClassName
{
color: #C349BE;
}
.AnyTagClassName
{
color: #C349BE;
}
</style>
background-color css
<style>
a { background-color: #C349BE; }
a { background-color: rgb(195,73,190); }
div.DivClassName
{
background-color: #C349BE;
}
.BgClassName
{
background-color: #C349BE;
}
</style>
border-color css
<style>
span { border-color: #C349BE; }
span { border-color: rgb(195,73,190); }
td.TdClassName
{
border-color: #C349BE;
}
.TagClassName
{
border-color: #C349BE;
}
</style>