Shades of Fuchsia #C453C0
Tints of Fuchsia #C453C0
RGB
CMYK
RGB Variations
Color information
#C453C0 (or 0xC453C0) is known color: Fuchsia. HEX triplet: C4, 53 and C0. RGB value is (196,83,192). Sum of RGB (Red+Green+Blue) = 196+83+192=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C453C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453C0 is #3BAC3F. Grayscale: #808080. Windows color (decimal): -3910720 or 12604356. OLE color: 12604356.
HSL color Cylindrical-coordinate representation of color #C453C0: hue angle of 302.12º 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 #C453C0 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 192 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.23 |
| HSL | 302.12º | 0.49% | 0.55% | - |
| HSV(B) | 302.12º | 0.58% | 0.77% | - |
| XYZ | 35.37 | 21.73 | 52.2 | - |
| YUV | 129.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 192 | 0 | 0.58 | 0.02 | 0.23 | 302.12 | 0.49 | 0.55 |
| Hex | C4 | 53 | C0 | 0 | 3A | 2 | 17 | 12E | 31 | 37 |
| Octal | 304 | 123 | 300 | 0 | 72 | 2 | 27 | 456 | 61 | 67 |
| Binary | 11000100 | 1010011 | 11000000 | 0 | 111010 | 10 | 10111 | 100101110 | 110001 | 110111 |
Color Harmonies of #C453C0
Complementary color
Monochromatic Colors of #C453C0
Black with #C453C0
Text Example
Text Example
White with #C453C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453C0; }
p { color: rgb(196,83,192); }
H1.HeaderClassName
{
color: #C453C0;
}
.AnyTagClassName
{
color: #C453C0;
}
</style>
background-color css
<style>
a { background-color: #C453C0; }
a { background-color: rgb(196,83,192); }
div.DivClassName
{
background-color: #C453C0;
}
.BgClassName
{
background-color: #C453C0;
}
</style>
border-color css
<style>
span { border-color: #C453C0; }
span { border-color: rgb(196,83,192); }
td.TdClassName
{
border-color: #C453C0;
}
.TagClassName
{
border-color: #C453C0;
}
</style>