Shades of Fuchsia #C85DCE
Tints of Fuchsia #C85DCE
RGB
CMYK
RGB Variations
Color information
#C85DCE (or 0xC85DCE) is known color: Fuchsia. HEX triplet: C8, 5D and CE. RGB value is (200,93,206). Sum of RGB (Red+Green+Blue) = 200+93+206=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C85DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DCE is #37A231. Grayscale: #898989. Windows color (decimal): -3646002 or 13524424. OLE color: 13524424.
HSL color Cylindrical-coordinate representation of color #C85DCE: hue angle of 296.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85DCE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 93 | 206 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.19 |
| HSL | 296.81º | 0.54% | 0.59% | - |
| HSV(B) | 296.81º | 0.55% | 0.81% | - |
| XYZ | 38.87 | 24.56 | 61.09 | - |
| YUV | 137.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 206 | 0.03 | 0.55 | 0 | 0.19 | 296.81 | 0.54 | 0.59 |
| Hex | C8 | 5D | CE | 3 | 37 | 0 | 13 | 129 | 36 | 3B |
| Octal | 310 | 135 | 316 | 3 | 67 | 0 | 23 | 451 | 66 | 73 |
| Binary | 11001000 | 1011101 | 11001110 | 11 | 110111 | 0 | 10011 | 100101001 | 110110 | 111011 |
Color Harmonies of #C85DCE
Complementary color
Monochromatic Colors of #C85DCE
Black with #C85DCE
Text Example
Text Example
White with #C85DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DCE; }
p { color: rgb(200,93,206); }
H1.HeaderClassName
{
color: #C85DCE;
}
.AnyTagClassName
{
color: #C85DCE;
}
</style>
background-color css
<style>
a { background-color: #C85DCE; }
a { background-color: rgb(200,93,206); }
div.DivClassName
{
background-color: #C85DCE;
}
.BgClassName
{
background-color: #C85DCE;
}
</style>
border-color css
<style>
span { border-color: #C85DCE; }
span { border-color: rgb(200,93,206); }
td.TdClassName
{
border-color: #C85DCE;
}
.TagClassName
{
border-color: #C85DCE;
}
</style>