Shades of Fuchsia #C52BCD
Tints of Fuchsia #C52BCD
RGB
CMYK
RGB Variations
Color information
#C52BCD (or 0xC52BCD) is known color: Fuchsia. HEX triplet: C5, 2B and CD. RGB value is (197,43,205). Sum of RGB (Red+Green+Blue) = 197+43+205=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C52BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BCD is #3AD432. Grayscale: #6B6B6B. Windows color (decimal): -3855411 or 13446085. OLE color: 13446085.
HSL color Cylindrical-coordinate representation of color #C52BCD: hue angle of 297.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52BCD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 43 | 205 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.20 |
| HSL | 297.04º | 0.65% | 0.49% | - |
| HSV(B) | 297.04º | 0.79% | 0.8% | - |
| XYZ | 34.91 | 18.01 | 59.39 | - |
| YUV | 107.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 205 | 0.04 | 0.79 | 0 | 0.20 | 297.04 | 0.65 | 0.49 |
| Hex | C5 | 2B | CD | 4 | 4F | 0 | 14 | 129 | 41 | 31 |
| Octal | 305 | 53 | 315 | 4 | 117 | 0 | 24 | 451 | 101 | 61 |
| Binary | 11000101 | 101011 | 11001101 | 100 | 1001111 | 0 | 10100 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C52BCD
Complementary color
Monochromatic Colors of #C52BCD
Black with #C52BCD
Text Example
Text Example
White with #C52BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BCD; }
p { color: rgb(197,43,205); }
H1.HeaderClassName
{
color: #C52BCD;
}
.AnyTagClassName
{
color: #C52BCD;
}
</style>
background-color css
<style>
a { background-color: #C52BCD; }
a { background-color: rgb(197,43,205); }
div.DivClassName
{
background-color: #C52BCD;
}
.BgClassName
{
background-color: #C52BCD;
}
</style>
border-color css
<style>
span { border-color: #C52BCD; }
span { border-color: rgb(197,43,205); }
td.TdClassName
{
border-color: #C52BCD;
}
.TagClassName
{
border-color: #C52BCD;
}
</style>