Shades of Fuchsia #C453B0
Tints of Fuchsia #C453B0
RGB
CMYK
RGB Variations
Color information
#C453B0 (or 0xC453B0) is known color: Fuchsia. HEX triplet: C4, 53 and B0. RGB value is (196,83,176). Sum of RGB (Red+Green+Blue) = 196+83+176=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C453B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453B0 is #3BAC4F. Grayscale: #7F7F7F. Windows color (decimal): -3910736 or 11555780. OLE color: 11555780.
HSL color Cylindrical-coordinate representation of color #C453B0: hue angle of 310.62º 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 #C453B0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 176 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.23 |
| HSL | 310.62º | 0.49% | 0.55% | - |
| HSV(B) | 310.62º | 0.58% | 0.77% | - |
| XYZ | 33.69 | 21.06 | 43.36 | - |
| YUV | 127.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 176 | 0 | 0.58 | 0.10 | 0.23 | 310.62 | 0.49 | 0.55 |
| Hex | C4 | 53 | B0 | 0 | 3A | A | 17 | 137 | 31 | 37 |
| Octal | 304 | 123 | 260 | 0 | 72 | 12 | 27 | 467 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10110000 | 0 | 111010 | 1010 | 10111 | 100110111 | 110001 | 110111 |
Color Harmonies of #C453B0
Complementary color
Monochromatic Colors of #C453B0
Black with #C453B0
Text Example
Text Example
White with #C453B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453B0; }
p { color: rgb(196,83,176); }
H1.HeaderClassName
{
color: #C453B0;
}
.AnyTagClassName
{
color: #C453B0;
}
</style>
background-color css
<style>
a { background-color: #C453B0; }
a { background-color: rgb(196,83,176); }
div.DivClassName
{
background-color: #C453B0;
}
.BgClassName
{
background-color: #C453B0;
}
</style>
border-color css
<style>
span { border-color: #C453B0; }
span { border-color: rgb(196,83,176); }
td.TdClassName
{
border-color: #C453B0;
}
.TagClassName
{
border-color: #C453B0;
}
</style>