Shades of Fuchsia #C349B2
Tints of Fuchsia #C349B2
RGB
CMYK
RGB Variations
Color information
#C349B2 (or 0xC349B2) is known color: Fuchsia. HEX triplet: C3, 49 and B2. RGB value is (195,73,178). Sum of RGB (Red+Green+Blue) = 195+73+178=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C349B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349B2 is #3CB64D. Grayscale: #797979. Windows color (decimal): -3978830 or 11684291. OLE color: 11684291.
HSL color Cylindrical-coordinate representation of color #C349B2: hue angle of 308.36º 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 #C349B2 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 178 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.24 |
| HSL | 308.36º | 0.5% | 0.53% | - |
| HSV(B) | 308.36º | 0.63% | 0.76% | - |
| XYZ | 32.92 | 19.58 | 44.16 | - |
| YUV | 121.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 178 | 0 | 0.63 | 0.09 | 0.24 | 308.36 | 0.5 | 0.53 |
| Hex | C3 | 49 | B2 | 0 | 3F | 9 | 18 | 134 | 32 | 35 |
| Octal | 303 | 111 | 262 | 0 | 77 | 11 | 30 | 464 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10110010 | 0 | 111111 | 1001 | 11000 | 100110100 | 110010 | 110101 |
Color Harmonies of #C349B2
Complementary color
Monochromatic Colors of #C349B2
Black with #C349B2
Text Example
Text Example
White with #C349B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349B2; }
p { color: rgb(195,73,178); }
H1.HeaderClassName
{
color: #C349B2;
}
.AnyTagClassName
{
color: #C349B2;
}
</style>
background-color css
<style>
a { background-color: #C349B2; }
a { background-color: rgb(195,73,178); }
div.DivClassName
{
background-color: #C349B2;
}
.BgClassName
{
background-color: #C349B2;
}
</style>
border-color css
<style>
span { border-color: #C349B2; }
span { border-color: rgb(195,73,178); }
td.TdClassName
{
border-color: #C349B2;
}
.TagClassName
{
border-color: #C349B2;
}
</style>