Shades of Fuchsia #C453BE
Tints of Fuchsia #C453BE
RGB
CMYK
RGB Variations
Color information
#C453BE (or 0xC453BE) is known color: Fuchsia. HEX triplet: C4, 53 and BE. RGB value is (196,83,190). Sum of RGB (Red+Green+Blue) = 196+83+190=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C453BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453BE is #3BAC41. Grayscale: #808080. Windows color (decimal): -3910722 or 12473284. OLE color: 12473284.
HSL color Cylindrical-coordinate representation of color #C453BE: hue angle of 303.19º 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 #C453BE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 190 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.23 |
| HSL | 303.19º | 0.49% | 0.55% | - |
| HSV(B) | 303.19º | 0.58% | 0.77% | - |
| XYZ | 35.15 | 21.64 | 51.04 | - |
| YUV | 128.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 190 | 0 | 0.58 | 0.03 | 0.23 | 303.19 | 0.49 | 0.55 |
| Hex | C4 | 53 | BE | 0 | 3A | 3 | 17 | 12F | 31 | 37 |
| Octal | 304 | 123 | 276 | 0 | 72 | 3 | 27 | 457 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10111110 | 0 | 111010 | 11 | 10111 | 100101111 | 110001 | 110111 |
Color Harmonies of #C453BE
Complementary color
Monochromatic Colors of #C453BE
Black with #C453BE
Text Example
Text Example
White with #C453BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453BE; }
p { color: rgb(196,83,190); }
H1.HeaderClassName
{
color: #C453BE;
}
.AnyTagClassName
{
color: #C453BE;
}
</style>
background-color css
<style>
a { background-color: #C453BE; }
a { background-color: rgb(196,83,190); }
div.DivClassName
{
background-color: #C453BE;
}
.BgClassName
{
background-color: #C453BE;
}
</style>
border-color css
<style>
span { border-color: #C453BE; }
span { border-color: rgb(196,83,190); }
td.TdClassName
{
border-color: #C453BE;
}
.TagClassName
{
border-color: #C453BE;
}
</style>