Shades of Fuchsia #C52BCA
Tints of Fuchsia #C52BCA
RGB
CMYK
RGB Variations
Color information
#C52BCA (or 0xC52BCA) is known color: Fuchsia. HEX triplet: C5, 2B and CA. RGB value is (197,43,202). Sum of RGB (Red+Green+Blue) = 197+43+202=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #C52BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BCA is #3AD435. Grayscale: #6A6A6A. Windows color (decimal): -3855414 or 13249477. OLE color: 13249477.
HSL color Cylindrical-coordinate representation of color #C52BCA: hue angle of 298.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52BCA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 43 | 202 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.21 |
| HSL | 298.11º | 0.65% | 0.48% | - |
| HSV(B) | 298.11º | 0.79% | 0.79% | - |
| XYZ | 34.55 | 17.86 | 57.5 | - |
| YUV | 107.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 202 | 0.02 | 0.79 | 0 | 0.21 | 298.11 | 0.65 | 0.48 |
| Hex | C5 | 2B | CA | 2 | 4F | 0 | 15 | 12A | 41 | 30 |
| Octal | 305 | 53 | 312 | 2 | 117 | 0 | 25 | 452 | 101 | 60 |
| Binary | 11000101 | 101011 | 11001010 | 10 | 1001111 | 0 | 10101 | 100101010 | 1000001 | 110000 |
Color Harmonies of #C52BCA
Complementary color
Monochromatic Colors of #C52BCA
Black with #C52BCA
Text Example
Text Example
White with #C52BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BCA; }
p { color: rgb(197,43,202); }
H1.HeaderClassName
{
color: #C52BCA;
}
.AnyTagClassName
{
color: #C52BCA;
}
</style>
background-color css
<style>
a { background-color: #C52BCA; }
a { background-color: rgb(197,43,202); }
div.DivClassName
{
background-color: #C52BCA;
}
.BgClassName
{
background-color: #C52BCA;
}
</style>
border-color css
<style>
span { border-color: #C52BCA; }
span { border-color: rgb(197,43,202); }
td.TdClassName
{
border-color: #C52BCA;
}
.TagClassName
{
border-color: #C52BCA;
}
</style>