Shades of Fuchsia #C347BB
Tints of Fuchsia #C347BB
RGB
CMYK
RGB Variations
Color information
#C347BB (or 0xC347BB) is known color: Fuchsia. HEX triplet: C3, 47 and BB. RGB value is (195,71,187). Sum of RGB (Red+Green+Blue) = 195+71+187=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C347BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C347BB is #3CB844. Grayscale: #787878. Windows color (decimal): -3979333 or 12273603. OLE color: 12273603.
HSL color Cylindrical-coordinate representation of color #C347BB: hue angle of 303.87º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C347BB is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 187 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.24 |
| HSL | 303.87º | 0.51% | 0.52% | - |
| HSV(B) | 303.87º | 0.64% | 0.76% | - |
| XYZ | 33.73 | 19.7 | 49.04 | - |
| YUV | 121.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 187 | 0 | 0.64 | 0.04 | 0.24 | 303.87 | 0.51 | 0.52 |
| Hex | C3 | 47 | BB | 0 | 40 | 4 | 18 | 130 | 33 | 34 |
| Octal | 303 | 107 | 273 | 0 | 100 | 4 | 30 | 460 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10111011 | 0 | 1000000 | 100 | 11000 | 100110000 | 110011 | 110100 |
Color Harmonies of #C347BB
Complementary color
Monochromatic Colors of #C347BB
Black with #C347BB
Text Example
Text Example
White with #C347BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C347BB; }
p { color: rgb(195,71,187); }
H1.HeaderClassName
{
color: #C347BB;
}
.AnyTagClassName
{
color: #C347BB;
}
</style>
background-color css
<style>
a { background-color: #C347BB; }
a { background-color: rgb(195,71,187); }
div.DivClassName
{
background-color: #C347BB;
}
.BgClassName
{
background-color: #C347BB;
}
</style>
border-color css
<style>
span { border-color: #C347BB; }
span { border-color: rgb(195,71,187); }
td.TdClassName
{
border-color: #C347BB;
}
.TagClassName
{
border-color: #C347BB;
}
</style>