Shades of Fuchsia #C349BB
Tints of Fuchsia #C349BB
RGB
CMYK
RGB Variations
Color information
#C349BB (or 0xC349BB) is known color: Fuchsia. HEX triplet: C3, 49 and BB. RGB value is (195,73,187). Sum of RGB (Red+Green+Blue) = 195+73+187=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C349BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349BB is #3CB644. Grayscale: #7A7A7A. Windows color (decimal): -3978821 or 12274115. OLE color: 12274115.
HSL color Cylindrical-coordinate representation of color #C349BB: hue angle of 303.93º 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 #C349BB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 187 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.24 |
| HSL | 303.93º | 0.5% | 0.53% | - |
| HSV(B) | 303.93º | 0.63% | 0.76% | - |
| XYZ | 33.86 | 19.96 | 49.08 | - |
| YUV | 122.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 187 | 0 | 0.63 | 0.04 | 0.24 | 303.93 | 0.5 | 0.53 |
| Hex | C3 | 49 | BB | 0 | 3F | 4 | 18 | 130 | 32 | 35 |
| Octal | 303 | 111 | 273 | 0 | 77 | 4 | 30 | 460 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10111011 | 0 | 111111 | 100 | 11000 | 100110000 | 110010 | 110101 |
Color Harmonies of #C349BB
Complementary color
Monochromatic Colors of #C349BB
Black with #C349BB
Text Example
Text Example
White with #C349BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349BB; }
p { color: rgb(195,73,187); }
H1.HeaderClassName
{
color: #C349BB;
}
.AnyTagClassName
{
color: #C349BB;
}
</style>
background-color css
<style>
a { background-color: #C349BB; }
a { background-color: rgb(195,73,187); }
div.DivClassName
{
background-color: #C349BB;
}
.BgClassName
{
background-color: #C349BB;
}
</style>
border-color css
<style>
span { border-color: #C349BB; }
span { border-color: rgb(195,73,187); }
td.TdClassName
{
border-color: #C349BB;
}
.TagClassName
{
border-color: #C349BB;
}
</style>