Shades of Fuchsia #C453BA
Tints of Fuchsia #C453BA
RGB
CMYK
RGB Variations
Color information
#C453BA (or 0xC453BA) is known color: Fuchsia. HEX triplet: C4, 53 and BA. RGB value is (196,83,186). Sum of RGB (Red+Green+Blue) = 196+83+186=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C453BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453BA is #3BAC45. Grayscale: #808080. Windows color (decimal): -3910726 or 12211140. OLE color: 12211140.
HSL color Cylindrical-coordinate representation of color #C453BA: hue angle of 305.31º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C453BA is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 186 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.23 |
| HSL | 305.31º | 0.49% | 0.55% | - |
| HSV(B) | 305.31º | 0.58% | 0.77% | - |
| XYZ | 34.72 | 21.47 | 48.77 | - |
| YUV | 128.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 186 | 0 | 0.58 | 0.05 | 0.23 | 305.31 | 0.49 | 0.55 |
| Hex | C4 | 53 | BA | 0 | 3A | 5 | 17 | 131 | 31 | 37 |
| Octal | 304 | 123 | 272 | 0 | 72 | 5 | 27 | 461 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10111010 | 0 | 111010 | 101 | 10111 | 100110001 | 110001 | 110111 |
Color Harmonies of #C453BA
Complementary color
Monochromatic Colors of #C453BA
Black with #C453BA
Text Example
Text Example
White with #C453BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453BA; }
p { color: rgb(196,83,186); }
H1.HeaderClassName
{
color: #C453BA;
}
.AnyTagClassName
{
color: #C453BA;
}
</style>
background-color css
<style>
a { background-color: #C453BA; }
a { background-color: rgb(196,83,186); }
div.DivClassName
{
background-color: #C453BA;
}
.BgClassName
{
background-color: #C453BA;
}
</style>
border-color css
<style>
span { border-color: #C453BA; }
span { border-color: rgb(196,83,186); }
td.TdClassName
{
border-color: #C453BA;
}
.TagClassName
{
border-color: #C453BA;
}
</style>