Shades of Fuchsia #C453B5
Tints of Fuchsia #C453B5
RGB
CMYK
RGB Variations
Color information
#C453B5 (or 0xC453B5) is known color: Fuchsia. HEX triplet: C4, 53 and B5. RGB value is (196,83,181). Sum of RGB (Red+Green+Blue) = 196+83+181=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C453B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453B5 is #3BAC4A. Grayscale: #7F7F7F. Windows color (decimal): -3910731 or 11883460. OLE color: 11883460.
HSL color Cylindrical-coordinate representation of color #C453B5: hue angle of 307.96º 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 #C453B5 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 181 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.23 |
| HSL | 307.96º | 0.49% | 0.55% | - |
| HSV(B) | 307.96º | 0.58% | 0.77% | - |
| XYZ | 34.2 | 21.26 | 46.02 | - |
| YUV | 127.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 181 | 0 | 0.58 | 0.08 | 0.23 | 307.96 | 0.49 | 0.55 |
| Hex | C4 | 53 | B5 | 0 | 3A | 8 | 17 | 134 | 31 | 37 |
| Octal | 304 | 123 | 265 | 0 | 72 | 10 | 27 | 464 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10110101 | 0 | 111010 | 1000 | 10111 | 100110100 | 110001 | 110111 |
Color Harmonies of #C453B5
Complementary color
Monochromatic Colors of #C453B5
Black with #C453B5
Text Example
Text Example
White with #C453B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453B5; }
p { color: rgb(196,83,181); }
H1.HeaderClassName
{
color: #C453B5;
}
.AnyTagClassName
{
color: #C453B5;
}
</style>
background-color css
<style>
a { background-color: #C453B5; }
a { background-color: rgb(196,83,181); }
div.DivClassName
{
background-color: #C453B5;
}
.BgClassName
{
background-color: #C453B5;
}
</style>
border-color css
<style>
span { border-color: #C453B5; }
span { border-color: rgb(196,83,181); }
td.TdClassName
{
border-color: #C453B5;
}
.TagClassName
{
border-color: #C453B5;
}
</style>