Shades of Fuchsia #C82FCB
Tints of Fuchsia #C82FCB
RGB
CMYK
RGB Variations
Color information
#C82FCB (or 0xC82FCB) is known color: Fuchsia. HEX triplet: C8, 2F and CB. RGB value is (200,47,203). Sum of RGB (Red+Green+Blue) = 200+47+203=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C82FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FCB is #37D034. Grayscale: #6E6E6E. Windows color (decimal): -3657781 or 13316040. OLE color: 13316040.
HSL color Cylindrical-coordinate representation of color #C82FCB: hue angle of 298.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82FCB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 47 | 203 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.20 |
| HSL | 298.85º | 0.62% | 0.49% | - |
| HSV(B) | 298.85º | 0.77% | 0.8% | - |
| XYZ | 35.62 | 18.62 | 58.22 | - |
| YUV | 110.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 203 | 0.01 | 0.77 | 0 | 0.20 | 298.85 | 0.62 | 0.49 |
| Hex | C8 | 2F | CB | 1 | 4D | 0 | 14 | 12B | 3E | 31 |
| Octal | 310 | 57 | 313 | 1 | 115 | 0 | 24 | 453 | 76 | 61 |
| Binary | 11001000 | 101111 | 11001011 | 1 | 1001101 | 0 | 10100 | 100101011 | 111110 | 110001 |
Color Harmonies of #C82FCB
Complementary color
Monochromatic Colors of #C82FCB
Black with #C82FCB
Text Example
Text Example
White with #C82FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FCB; }
p { color: rgb(200,47,203); }
H1.HeaderClassName
{
color: #C82FCB;
}
.AnyTagClassName
{
color: #C82FCB;
}
</style>
background-color css
<style>
a { background-color: #C82FCB; }
a { background-color: rgb(200,47,203); }
div.DivClassName
{
background-color: #C82FCB;
}
.BgClassName
{
background-color: #C82FCB;
}
</style>
border-color css
<style>
span { border-color: #C82FCB; }
span { border-color: rgb(200,47,203); }
td.TdClassName
{
border-color: #C82FCB;
}
.TagClassName
{
border-color: #C82FCB;
}
</style>