Shades of Fuchsia #C82FCF
Tints of Fuchsia #C82FCF
RGB
CMYK
RGB Variations
Color information
#C82FCF (or 0xC82FCF) is known color: Fuchsia. HEX triplet: C8, 2F and CF. RGB value is (200,47,207). Sum of RGB (Red+Green+Blue) = 200+47+207=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #C82FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FCF is #37D030. Grayscale: #6E6E6E. Windows color (decimal): -3657777 or 13578184. OLE color: 13578184.
HSL color Cylindrical-coordinate representation of color #C82FCF: hue angle of 297.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82FCF is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 47 | 207 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.19 |
| HSL | 297.38º | 0.63% | 0.5% | - |
| HSV(B) | 297.38º | 0.77% | 0.81% | - |
| XYZ | 36.1 | 18.82 | 60.76 | - |
| YUV | 110.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 207 | 0.03 | 0.77 | 0 | 0.19 | 297.38 | 0.63 | 0.5 |
| Hex | C8 | 2F | CF | 3 | 4D | 0 | 13 | 129 | 3F | 32 |
| Octal | 310 | 57 | 317 | 3 | 115 | 0 | 23 | 451 | 77 | 62 |
| Binary | 11001000 | 101111 | 11001111 | 11 | 1001101 | 0 | 10011 | 100101001 | 111111 | 110010 |
Color Harmonies of #C82FCF
Complementary color
Monochromatic Colors of #C82FCF
Black with #C82FCF
Text Example
Text Example
White with #C82FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FCF; }
p { color: rgb(200,47,207); }
H1.HeaderClassName
{
color: #C82FCF;
}
.AnyTagClassName
{
color: #C82FCF;
}
</style>
background-color css
<style>
a { background-color: #C82FCF; }
a { background-color: rgb(200,47,207); }
div.DivClassName
{
background-color: #C82FCF;
}
.BgClassName
{
background-color: #C82FCF;
}
</style>
border-color css
<style>
span { border-color: #C82FCF; }
span { border-color: rgb(200,47,207); }
td.TdClassName
{
border-color: #C82FCF;
}
.TagClassName
{
border-color: #C82FCF;
}
</style>