Shades of Fuchsia #C353BC
Tints of Fuchsia #C353BC
RGB
CMYK
RGB Variations
Color information
#C353BC (or 0xC353BC) is known color: Fuchsia. HEX triplet: C3, 53 and BC. RGB value is (195,83,188). Sum of RGB (Red+Green+Blue) = 195+83+188=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C353BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353BC is #3CAC43. Grayscale: #808080. Windows color (decimal): -3976260 or 12342211. OLE color: 12342211.
HSL color Cylindrical-coordinate representation of color #C353BC: hue angle of 303.75º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C353BC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 188 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.24 |
| HSL | 303.75º | 0.48% | 0.55% | - |
| HSV(B) | 303.75º | 0.57% | 0.76% | - |
| XYZ | 34.68 | 21.42 | 49.88 | - |
| YUV | 128.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 188 | 0 | 0.57 | 0.04 | 0.24 | 303.75 | 0.48 | 0.55 |
| Hex | C3 | 53 | BC | 0 | 39 | 4 | 18 | 130 | 30 | 37 |
| Octal | 303 | 123 | 274 | 0 | 71 | 4 | 30 | 460 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10111100 | 0 | 111001 | 100 | 11000 | 100110000 | 110000 | 110111 |
Color Harmonies of #C353BC
Complementary color
Monochromatic Colors of #C353BC
Black with #C353BC
Text Example
Text Example
White with #C353BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353BC; }
p { color: rgb(195,83,188); }
H1.HeaderClassName
{
color: #C353BC;
}
.AnyTagClassName
{
color: #C353BC;
}
</style>
background-color css
<style>
a { background-color: #C353BC; }
a { background-color: rgb(195,83,188); }
div.DivClassName
{
background-color: #C353BC;
}
.BgClassName
{
background-color: #C353BC;
}
</style>
border-color css
<style>
span { border-color: #C353BC; }
span { border-color: rgb(195,83,188); }
td.TdClassName
{
border-color: #C353BC;
}
.TagClassName
{
border-color: #C353BC;
}
</style>