Shades of Fuchsia #C52BCE
Tints of Fuchsia #C52BCE
RGB
CMYK
RGB Variations
Color information
#C52BCE (or 0xC52BCE) is known color: Fuchsia. HEX triplet: C5, 2B and CE. RGB value is (197,43,206). Sum of RGB (Red+Green+Blue) = 197+43+206=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #C52BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BCE is #3AD431. Grayscale: #6B6B6B. Windows color (decimal): -3855410 or 13511621. OLE color: 13511621.
HSL color Cylindrical-coordinate representation of color #C52BCE: hue angle of 296.69º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52BCE is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 43 | 206 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.19 |
| HSL | 296.69º | 0.65% | 0.49% | - |
| HSV(B) | 296.69º | 0.79% | 0.81% | - |
| XYZ | 35.03 | 18.05 | 60.03 | - |
| YUV | 107.63 | 183.52 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 206 | 0.04 | 0.79 | 0 | 0.19 | 296.69 | 0.65 | 0.49 |
| Hex | C5 | 2B | CE | 4 | 4F | 0 | 13 | 129 | 41 | 31 |
| Octal | 305 | 53 | 316 | 4 | 117 | 0 | 23 | 451 | 101 | 61 |
| Binary | 11000101 | 101011 | 11001110 | 100 | 1001111 | 0 | 10011 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C52BCE
Complementary color
Monochromatic Colors of #C52BCE
Black with #C52BCE
Text Example
Text Example
White with #C52BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BCE; }
p { color: rgb(197,43,206); }
H1.HeaderClassName
{
color: #C52BCE;
}
.AnyTagClassName
{
color: #C52BCE;
}
</style>
background-color css
<style>
a { background-color: #C52BCE; }
a { background-color: rgb(197,43,206); }
div.DivClassName
{
background-color: #C52BCE;
}
.BgClassName
{
background-color: #C52BCE;
}
</style>
border-color css
<style>
span { border-color: #C52BCE; }
span { border-color: rgb(197,43,206); }
td.TdClassName
{
border-color: #C52BCE;
}
.TagClassName
{
border-color: #C52BCE;
}
</style>