Shades of Fuchsia #C349BD
Tints of Fuchsia #C349BD
RGB
CMYK
RGB Variations
Color information
#C349BD (or 0xC349BD) is known color: Fuchsia. HEX triplet: C3, 49 and BD. RGB value is (195,73,189). Sum of RGB (Red+Green+Blue) = 195+73+189=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C349BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349BD is #3CB642. Grayscale: #7A7A7A. Windows color (decimal): -3978819 or 12405187. OLE color: 12405187.
HSL color Cylindrical-coordinate representation of color #C349BD: hue angle of 302.95º 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 #C349BD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 189 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.24 |
| HSL | 302.95º | 0.5% | 0.53% | - |
| HSV(B) | 302.95º | 0.63% | 0.76% | - |
| XYZ | 34.07 | 20.04 | 50.22 | - |
| YUV | 122.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 189 | 0 | 0.63 | 0.03 | 0.24 | 302.95 | 0.5 | 0.53 |
| Hex | C3 | 49 | BD | 0 | 3F | 3 | 18 | 12F | 32 | 35 |
| Octal | 303 | 111 | 275 | 0 | 77 | 3 | 30 | 457 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10111101 | 0 | 111111 | 11 | 11000 | 100101111 | 110010 | 110101 |
Color Harmonies of #C349BD
Complementary color
Monochromatic Colors of #C349BD
Black with #C349BD
Text Example
Text Example
White with #C349BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349BD; }
p { color: rgb(195,73,189); }
H1.HeaderClassName
{
color: #C349BD;
}
.AnyTagClassName
{
color: #C349BD;
}
</style>
background-color css
<style>
a { background-color: #C349BD; }
a { background-color: rgb(195,73,189); }
div.DivClassName
{
background-color: #C349BD;
}
.BgClassName
{
background-color: #C349BD;
}
</style>
border-color css
<style>
span { border-color: #C349BD; }
span { border-color: rgb(195,73,189); }
td.TdClassName
{
border-color: #C349BD;
}
.TagClassName
{
border-color: #C349BD;
}
</style>