Shades of Fuchsia #C52BCF
Tints of Fuchsia #C52BCF
RGB
CMYK
RGB Variations
Color information
#C52BCF (or 0xC52BCF) is known color: Fuchsia. HEX triplet: C5, 2B and CF. RGB value is (197,43,207). Sum of RGB (Red+Green+Blue) = 197+43+207=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C52BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BCF is #3AD430. Grayscale: #6B6B6B. Windows color (decimal): -3855409 or 13577157. OLE color: 13577157.
HSL color Cylindrical-coordinate representation of color #C52BCF: hue angle of 296.34º degrees, saturation: 0.66, 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 #C52BCF is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 43 | 207 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.19 |
| HSL | 296.34º | 0.66% | 0.49% | - |
| HSV(B) | 296.34º | 0.79% | 0.81% | - |
| XYZ | 35.15 | 18.1 | 60.67 | - |
| YUV | 107.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 207 | 0.05 | 0.79 | 0 | 0.19 | 296.34 | 0.66 | 0.49 |
| Hex | C5 | 2B | CF | 5 | 4F | 0 | 13 | 128 | 42 | 31 |
| Octal | 305 | 53 | 317 | 5 | 117 | 0 | 23 | 450 | 102 | 61 |
| Binary | 11000101 | 101011 | 11001111 | 101 | 1001111 | 0 | 10011 | 100101000 | 1000010 | 110001 |
Color Harmonies of #C52BCF
Complementary color
Monochromatic Colors of #C52BCF
Black with #C52BCF
Text Example
Text Example
White with #C52BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BCF; }
p { color: rgb(197,43,207); }
H1.HeaderClassName
{
color: #C52BCF;
}
.AnyTagClassName
{
color: #C52BCF;
}
</style>
background-color css
<style>
a { background-color: #C52BCF; }
a { background-color: rgb(197,43,207); }
div.DivClassName
{
background-color: #C52BCF;
}
.BgClassName
{
background-color: #C52BCF;
}
</style>
border-color css
<style>
span { border-color: #C52BCF; }
span { border-color: rgb(197,43,207); }
td.TdClassName
{
border-color: #C52BCF;
}
.TagClassName
{
border-color: #C52BCF;
}
</style>