Shades of Fuchsia #C82CCF
Tints of Fuchsia #C82CCF
RGB
CMYK
RGB Variations
Color information
#C82CCF (or 0xC82CCF) is known color: Fuchsia. HEX triplet: C8, 2C and CF. RGB value is (200,44,207). Sum of RGB (Red+Green+Blue) = 200+44+207=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #C82CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CCF is #37D330. Grayscale: #6C6C6C. Windows color (decimal): -3658545 or 13577416. OLE color: 13577416.
HSL color Cylindrical-coordinate representation of color #C82CCF: hue angle of 297.42º 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 #C82CCF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 44 | 207 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.19 |
| HSL | 297.42º | 0.65% | 0.49% | - |
| HSV(B) | 297.42º | 0.79% | 0.81% | - |
| XYZ | 35.98 | 18.59 | 60.72 | - |
| YUV | 109.23 | 183.18 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 207 | 0.03 | 0.79 | 0 | 0.19 | 297.42 | 0.65 | 0.49 |
| Hex | C8 | 2C | CF | 3 | 4F | 0 | 13 | 129 | 41 | 31 |
| Octal | 310 | 54 | 317 | 3 | 117 | 0 | 23 | 451 | 101 | 61 |
| Binary | 11001000 | 101100 | 11001111 | 11 | 1001111 | 0 | 10011 | 100101001 | 1000001 | 110001 |
Color Harmonies of #C82CCF
Complementary color
Monochromatic Colors of #C82CCF
Black with #C82CCF
Text Example
Text Example
White with #C82CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CCF; }
p { color: rgb(200,44,207); }
H1.HeaderClassName
{
color: #C82CCF;
}
.AnyTagClassName
{
color: #C82CCF;
}
</style>
background-color css
<style>
a { background-color: #C82CCF; }
a { background-color: rgb(200,44,207); }
div.DivClassName
{
background-color: #C82CCF;
}
.BgClassName
{
background-color: #C82CCF;
}
</style>
border-color css
<style>
span { border-color: #C82CCF; }
span { border-color: rgb(200,44,207); }
td.TdClassName
{
border-color: #C82CCF;
}
.TagClassName
{
border-color: #C82CCF;
}
</style>