Shades of Fuchsia #C82FC1
Tints of Fuchsia #C82FC1
RGB
CMYK
RGB Variations
Color information
#C82FC1 (or 0xC82FC1) is known color: Fuchsia. HEX triplet: C8, 2F and C1. RGB value is (200,47,193). Sum of RGB (Red+Green+Blue) = 200+47+193=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FC1 is #37D03E. Grayscale: #6C6C6C. Windows color (decimal): -3657791 or 12660680. OLE color: 12660680.
HSL color Cylindrical-coordinate representation of color #C82FC1: hue angle of 302.75º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82FC1 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 193 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.22 |
| HSL | 302.75º | 0.62% | 0.48% | - |
| HSV(B) | 302.75º | 0.77% | 0.78% | - |
| XYZ | 34.46 | 18.16 | 52.14 | - |
| YUV | 109.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 193 | 0 | 0.76 | 0.04 | 0.22 | 302.75 | 0.62 | 0.48 |
| Hex | C8 | 2F | C1 | 0 | 4C | 4 | 16 | 12F | 3E | 30 |
| Octal | 310 | 57 | 301 | 0 | 114 | 4 | 26 | 457 | 76 | 60 |
| Binary | 11001000 | 101111 | 11000001 | 0 | 1001100 | 100 | 10110 | 100101111 | 111110 | 110000 |
Color Harmonies of #C82FC1
Complementary color
Monochromatic Colors of #C82FC1
Black with #C82FC1
Text Example
Text Example
White with #C82FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FC1; }
p { color: rgb(200,47,193); }
H1.HeaderClassName
{
color: #C82FC1;
}
.AnyTagClassName
{
color: #C82FC1;
}
</style>
background-color css
<style>
a { background-color: #C82FC1; }
a { background-color: rgb(200,47,193); }
div.DivClassName
{
background-color: #C82FC1;
}
.BgClassName
{
background-color: #C82FC1;
}
</style>
border-color css
<style>
span { border-color: #C82FC1; }
span { border-color: rgb(200,47,193); }
td.TdClassName
{
border-color: #C82FC1;
}
.TagClassName
{
border-color: #C82FC1;
}
</style>