Shades of Fuchsia #C452C0
Tints of Fuchsia #C452C0
RGB
CMYK
RGB Variations
Color information
#C452C0 (or 0xC452C0) is known color: Fuchsia. HEX triplet: C4, 52 and C0. RGB value is (196,82,192). Sum of RGB (Red+Green+Blue) = 196+82+192=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C452C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452C0 is #3BAD3F. Grayscale: #808080. Windows color (decimal): -3910976 or 12604100. OLE color: 12604100.
HSL color Cylindrical-coordinate representation of color #C452C0: hue angle of 302.11º 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 #C452C0 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 192 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.23 |
| HSL | 302.11º | 0.49% | 0.55% | - |
| HSV(B) | 302.11º | 0.58% | 0.77% | - |
| XYZ | 35.3 | 21.58 | 52.17 | - |
| YUV | 128.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 192 | 0 | 0.58 | 0.02 | 0.23 | 302.11 | 0.49 | 0.55 |
| Hex | C4 | 52 | C0 | 0 | 3A | 2 | 17 | 12E | 31 | 37 |
| Octal | 304 | 122 | 300 | 0 | 72 | 2 | 27 | 456 | 61 | 67 |
| Binary | 11000100 | 1010010 | 11000000 | 0 | 111010 | 10 | 10111 | 100101110 | 110001 | 110111 |
Color Harmonies of #C452C0
Complementary color
Monochromatic Colors of #C452C0
Black with #C452C0
Text Example
Text Example
White with #C452C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452C0; }
p { color: rgb(196,82,192); }
H1.HeaderClassName
{
color: #C452C0;
}
.AnyTagClassName
{
color: #C452C0;
}
</style>
background-color css
<style>
a { background-color: #C452C0; }
a { background-color: rgb(196,82,192); }
div.DivClassName
{
background-color: #C452C0;
}
.BgClassName
{
background-color: #C452C0;
}
</style>
border-color css
<style>
span { border-color: #C452C0; }
span { border-color: rgb(196,82,192); }
td.TdClassName
{
border-color: #C452C0;
}
.TagClassName
{
border-color: #C452C0;
}
</style>