Shades of Fuchsia #C452BE
Tints of Fuchsia #C452BE
RGB
CMYK
RGB Variations
Color information
#C452BE (or 0xC452BE) is known color: Fuchsia. HEX triplet: C4, 52 and BE. RGB value is (196,82,190). Sum of RGB (Red+Green+Blue) = 196+82+190=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C452BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452BE is #3BAD41. Grayscale: #808080. Windows color (decimal): -3910978 or 12473028. OLE color: 12473028.
HSL color Cylindrical-coordinate representation of color #C452BE: hue angle of 303.16º 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 #C452BE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 190 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.23 |
| HSL | 303.16º | 0.49% | 0.55% | - |
| HSV(B) | 303.16º | 0.58% | 0.77% | - |
| XYZ | 35.08 | 21.49 | 51.01 | - |
| YUV | 128.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 190 | 0 | 0.58 | 0.03 | 0.23 | 303.16 | 0.49 | 0.55 |
| Hex | C4 | 52 | BE | 0 | 3A | 3 | 17 | 12F | 31 | 37 |
| Octal | 304 | 122 | 276 | 0 | 72 | 3 | 27 | 457 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10111110 | 0 | 111010 | 11 | 10111 | 100101111 | 110001 | 110111 |
Color Harmonies of #C452BE
Complementary color
Monochromatic Colors of #C452BE
Black with #C452BE
Text Example
Text Example
White with #C452BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452BE; }
p { color: rgb(196,82,190); }
H1.HeaderClassName
{
color: #C452BE;
}
.AnyTagClassName
{
color: #C452BE;
}
</style>
background-color css
<style>
a { background-color: #C452BE; }
a { background-color: rgb(196,82,190); }
div.DivClassName
{
background-color: #C452BE;
}
.BgClassName
{
background-color: #C452BE;
}
</style>
border-color css
<style>
span { border-color: #C452BE; }
span { border-color: rgb(196,82,190); }
td.TdClassName
{
border-color: #C452BE;
}
.TagClassName
{
border-color: #C452BE;
}
</style>