Shades of Fuchsia #C85DC2
Tints of Fuchsia #C85DC2
RGB
CMYK
RGB Variations
Color information
#C85DC2 (or 0xC85DC2) is known color: Fuchsia. HEX triplet: C8, 5D and C2. RGB value is (200,93,194). Sum of RGB (Red+Green+Blue) = 200+93+194=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DC2 is #37A23D. Grayscale: #888888. Windows color (decimal): -3646014 or 12737992. OLE color: 12737992.
HSL color Cylindrical-coordinate representation of color #C85DC2: hue angle of 303.36º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85DC2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 194 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.22 |
| HSL | 303.36º | 0.49% | 0.57% | - |
| HSV(B) | 303.36º | 0.54% | 0.78% | - |
| XYZ | 37.47 | 24 | 53.7 | - |
| YUV | 136.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 194 | 0 | 0.54 | 0.03 | 0.22 | 303.36 | 0.49 | 0.57 |
| Hex | C8 | 5D | C2 | 0 | 36 | 3 | 16 | 12F | 31 | 39 |
| Octal | 310 | 135 | 302 | 0 | 66 | 3 | 26 | 457 | 61 | 71 |
| Binary | 11001000 | 1011101 | 11000010 | 0 | 110110 | 11 | 10110 | 100101111 | 110001 | 111001 |
Color Harmonies of #C85DC2
Complementary color
Monochromatic Colors of #C85DC2
Black with #C85DC2
Text Example
Text Example
White with #C85DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DC2; }
p { color: rgb(200,93,194); }
H1.HeaderClassName
{
color: #C85DC2;
}
.AnyTagClassName
{
color: #C85DC2;
}
</style>
background-color css
<style>
a { background-color: #C85DC2; }
a { background-color: rgb(200,93,194); }
div.DivClassName
{
background-color: #C85DC2;
}
.BgClassName
{
background-color: #C85DC2;
}
</style>
border-color css
<style>
span { border-color: #C85DC2; }
span { border-color: rgb(200,93,194); }
td.TdClassName
{
border-color: #C85DC2;
}
.TagClassName
{
border-color: #C85DC2;
}
</style>