Shades of Fuchsia #C52CCF
Tints of Fuchsia #C52CCF
RGB
CMYK
RGB Variations
Color information
#C52CCF (or 0xC52CCF) is known color: Fuchsia. HEX triplet: C5, 2C and CF. RGB value is (197,44,207). Sum of RGB (Red+Green+Blue) = 197+44+207=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #C52CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CCF is #3AD330. Grayscale: #6B6B6B. Windows color (decimal): -3855153 or 13577413. OLE color: 13577413.
HSL color Cylindrical-coordinate representation of color #C52CCF: hue angle of 296.32º 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 #C52CCF is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 44 | 207 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.19 |
| HSL | 296.32º | 0.65% | 0.49% | - |
| HSV(B) | 296.32º | 0.79% | 0.81% | - |
| XYZ | 35.19 | 18.18 | 60.69 | - |
| YUV | 108.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 207 | 0.05 | 0.79 | 0 | 0.19 | 296.32 | 0.65 | 0.49 |
| Hex | C5 | 2C | CF | 5 | 4F | 0 | 13 | 128 | 41 | 31 |
| Octal | 305 | 54 | 317 | 5 | 117 | 0 | 23 | 450 | 101 | 61 |
| Binary | 11000101 | 101100 | 11001111 | 101 | 1001111 | 0 | 10011 | 100101000 | 1000001 | 110001 |
Color Harmonies of #C52CCF
Complementary color
Monochromatic Colors of #C52CCF
Black with #C52CCF
Text Example
Text Example
White with #C52CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CCF; }
p { color: rgb(197,44,207); }
H1.HeaderClassName
{
color: #C52CCF;
}
.AnyTagClassName
{
color: #C52CCF;
}
</style>
background-color css
<style>
a { background-color: #C52CCF; }
a { background-color: rgb(197,44,207); }
div.DivClassName
{
background-color: #C52CCF;
}
.BgClassName
{
background-color: #C52CCF;
}
</style>
border-color css
<style>
span { border-color: #C52CCF; }
span { border-color: rgb(197,44,207); }
td.TdClassName
{
border-color: #C52CCF;
}
.TagClassName
{
border-color: #C52CCF;
}
</style>