Shades of Fuchsia #C349B3
Tints of Fuchsia #C349B3
RGB
CMYK
RGB Variations
Color information
#C349B3 (or 0xC349B3) is known color: Fuchsia. HEX triplet: C3, 49 and B3. RGB value is (195,73,179). Sum of RGB (Red+Green+Blue) = 195+73+179=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C349B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349B3 is #3CB64C. Grayscale: #797979. Windows color (decimal): -3978829 or 11749827. OLE color: 11749827.
HSL color Cylindrical-coordinate representation of color #C349B3: hue angle of 307.87º 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 #C349B3 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 179 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.24 |
| HSL | 307.87º | 0.5% | 0.53% | - |
| HSV(B) | 307.87º | 0.63% | 0.76% | - |
| XYZ | 33.02 | 19.62 | 44.69 | - |
| YUV | 121.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 179 | 0 | 0.63 | 0.08 | 0.24 | 307.87 | 0.5 | 0.53 |
| Hex | C3 | 49 | B3 | 0 | 3F | 8 | 18 | 134 | 32 | 35 |
| Octal | 303 | 111 | 263 | 0 | 77 | 10 | 30 | 464 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10110011 | 0 | 111111 | 1000 | 11000 | 100110100 | 110010 | 110101 |
Color Harmonies of #C349B3
Complementary color
Monochromatic Colors of #C349B3
Black with #C349B3
Text Example
Text Example
White with #C349B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349B3; }
p { color: rgb(195,73,179); }
H1.HeaderClassName
{
color: #C349B3;
}
.AnyTagClassName
{
color: #C349B3;
}
</style>
background-color css
<style>
a { background-color: #C349B3; }
a { background-color: rgb(195,73,179); }
div.DivClassName
{
background-color: #C349B3;
}
.BgClassName
{
background-color: #C349B3;
}
</style>
border-color css
<style>
span { border-color: #C349B3; }
span { border-color: rgb(195,73,179); }
td.TdClassName
{
border-color: #C349B3;
}
.TagClassName
{
border-color: #C349B3;
}
</style>