Shades of Fuchsia #C83CCF
Tints of Fuchsia #C83CCF
RGB
CMYK
RGB Variations
Color information
#C83CCF (or 0xC83CCF) is known color: Fuchsia. HEX triplet: C8, 3C and CF. RGB value is (200,60,207). Sum of RGB (Red+Green+Blue) = 200+60+207=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C83CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CCF is #37C330. Grayscale: #767676. Windows color (decimal): -3654449 or 13581512. OLE color: 13581512.
HSL color Cylindrical-coordinate representation of color #C83CCF: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83CCF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 60 | 207 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.19 |
| HSL | 297.14º | 0.6% | 0.52% | - |
| HSV(B) | 297.14º | 0.71% | 0.81% | - |
| XYZ | 36.7 | 20.02 | 60.96 | - |
| YUV | 118.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 207 | 0.03 | 0.71 | 0 | 0.19 | 297.14 | 0.6 | 0.52 |
| Hex | C8 | 3C | CF | 3 | 47 | 0 | 13 | 129 | 3C | 34 |
| Octal | 310 | 74 | 317 | 3 | 107 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11001000 | 111100 | 11001111 | 11 | 1000111 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C83CCF
Complementary color
Monochromatic Colors of #C83CCF
Black with #C83CCF
Text Example
Text Example
White with #C83CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CCF; }
p { color: rgb(200,60,207); }
H1.HeaderClassName
{
color: #C83CCF;
}
.AnyTagClassName
{
color: #C83CCF;
}
</style>
background-color css
<style>
a { background-color: #C83CCF; }
a { background-color: rgb(200,60,207); }
div.DivClassName
{
background-color: #C83CCF;
}
.BgClassName
{
background-color: #C83CCF;
}
</style>
border-color css
<style>
span { border-color: #C83CCF; }
span { border-color: rgb(200,60,207); }
td.TdClassName
{
border-color: #C83CCF;
}
.TagClassName
{
border-color: #C83CCF;
}
</style>