Shades of Fuchsia #C453C1
Tints of Fuchsia #C453C1
RGB
CMYK
RGB Variations
Color information
#C453C1 (or 0xC453C1) is known color: Fuchsia. HEX triplet: C4, 53 and C1. RGB value is (196,83,193). Sum of RGB (Red+Green+Blue) = 196+83+193=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C453C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453C1 is #3BAC3E. Grayscale: #818181. Windows color (decimal): -3910719 or 12669892. OLE color: 12669892.
HSL color Cylindrical-coordinate representation of color #C453C1: hue angle of 301.59º 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 #C453C1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 193 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.23 |
| HSL | 301.59º | 0.49% | 0.55% | - |
| HSV(B) | 301.59º | 0.58% | 0.77% | - |
| XYZ | 35.48 | 21.77 | 52.78 | - |
| YUV | 129.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 193 | 0 | 0.58 | 0.02 | 0.23 | 301.59 | 0.49 | 0.55 |
| Hex | C4 | 53 | C1 | 0 | 3A | 2 | 17 | 12E | 31 | 37 |
| Octal | 304 | 123 | 301 | 0 | 72 | 2 | 27 | 456 | 61 | 67 |
| Binary | 11000100 | 1010011 | 11000001 | 0 | 111010 | 10 | 10111 | 100101110 | 110001 | 110111 |
Color Harmonies of #C453C1
Complementary color
Monochromatic Colors of #C453C1
Black with #C453C1
Text Example
Text Example
White with #C453C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453C1; }
p { color: rgb(196,83,193); }
H1.HeaderClassName
{
color: #C453C1;
}
.AnyTagClassName
{
color: #C453C1;
}
</style>
background-color css
<style>
a { background-color: #C453C1; }
a { background-color: rgb(196,83,193); }
div.DivClassName
{
background-color: #C453C1;
}
.BgClassName
{
background-color: #C453C1;
}
</style>
border-color css
<style>
span { border-color: #C453C1; }
span { border-color: rgb(196,83,193); }
td.TdClassName
{
border-color: #C453C1;
}
.TagClassName
{
border-color: #C453C1;
}
</style>