Shades of Fuchsia #C453C3
Tints of Fuchsia #C453C3
RGB
CMYK
RGB Variations
Color information
#C453C3 (or 0xC453C3) is known color: Fuchsia. HEX triplet: C4, 53 and C3. RGB value is (196,83,195). Sum of RGB (Red+Green+Blue) = 196+83+195=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C453C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453C3 is #3BAC3C. Grayscale: #818181. Windows color (decimal): -3910717 or 12800964. OLE color: 12800964.
HSL color Cylindrical-coordinate representation of color #C453C3: hue angle of 300.53º 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 #C453C3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 195 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.23 |
| HSL | 300.53º | 0.49% | 0.55% | - |
| HSV(B) | 300.53º | 0.58% | 0.77% | - |
| XYZ | 35.71 | 21.86 | 53.97 | - |
| YUV | 129.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 195 | 0 | 0.58 | 0.01 | 0.23 | 300.53 | 0.49 | 0.55 |
| Hex | C4 | 53 | C3 | 0 | 3A | 1 | 17 | 12D | 31 | 37 |
| Octal | 304 | 123 | 303 | 0 | 72 | 1 | 27 | 455 | 61 | 67 |
| Binary | 11000100 | 1010011 | 11000011 | 0 | 111010 | 1 | 10111 | 100101101 | 110001 | 110111 |
Color Harmonies of #C453C3
Complementary color
Monochromatic Colors of #C453C3
Black with #C453C3
Text Example
Text Example
White with #C453C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453C3; }
p { color: rgb(196,83,195); }
H1.HeaderClassName
{
color: #C453C3;
}
.AnyTagClassName
{
color: #C453C3;
}
</style>
background-color css
<style>
a { background-color: #C453C3; }
a { background-color: rgb(196,83,195); }
div.DivClassName
{
background-color: #C453C3;
}
.BgClassName
{
background-color: #C453C3;
}
</style>
border-color css
<style>
span { border-color: #C453C3; }
span { border-color: rgb(196,83,195); }
td.TdClassName
{
border-color: #C453C3;
}
.TagClassName
{
border-color: #C453C3;
}
</style>