Shades of Fuchsia #C359BC
Tints of Fuchsia #C359BC
RGB
CMYK
RGB Variations
Color information
#C359BC (or 0xC359BC) is known color: Fuchsia. HEX triplet: C3, 59 and BC. RGB value is (195,89,188). Sum of RGB (Red+Green+Blue) = 195+89+188=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C359BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359BC is #3CA643. Grayscale: #838383. Windows color (decimal): -3974724 or 12343747. OLE color: 12343747.
HSL color Cylindrical-coordinate representation of color #C359BC: hue angle of 303.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359BC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 188 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.24 |
| HSL | 303.96º | 0.47% | 0.56% | - |
| HSV(B) | 303.96º | 0.54% | 0.76% | - |
| XYZ | 35.16 | 22.38 | 50.04 | - |
| YUV | 131.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 188 | 0 | 0.54 | 0.04 | 0.24 | 303.96 | 0.47 | 0.56 |
| Hex | C3 | 59 | BC | 0 | 36 | 4 | 18 | 130 | 2F | 38 |
| Octal | 303 | 131 | 274 | 0 | 66 | 4 | 30 | 460 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10111100 | 0 | 110110 | 100 | 11000 | 100110000 | 101111 | 111000 |
Color Harmonies of #C359BC
Complementary color
Monochromatic Colors of #C359BC
Black with #C359BC
Text Example
Text Example
White with #C359BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359BC; }
p { color: rgb(195,89,188); }
H1.HeaderClassName
{
color: #C359BC;
}
.AnyTagClassName
{
color: #C359BC;
}
</style>
background-color css
<style>
a { background-color: #C359BC; }
a { background-color: rgb(195,89,188); }
div.DivClassName
{
background-color: #C359BC;
}
.BgClassName
{
background-color: #C359BC;
}
</style>
border-color css
<style>
span { border-color: #C359BC; }
span { border-color: rgb(195,89,188); }
td.TdClassName
{
border-color: #C359BC;
}
.TagClassName
{
border-color: #C359BC;
}
</style>