Shades of Fuchsia #C85DBB
Tints of Fuchsia #C85DBB
RGB
CMYK
RGB Variations
Color information
#C85DBB (or 0xC85DBB) is known color: Fuchsia. HEX triplet: C8, 5D and BB. RGB value is (200,93,187). Sum of RGB (Red+Green+Blue) = 200+93+187=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DBB is #37A244. Grayscale: #878787. Windows color (decimal): -3646021 or 12279240. OLE color: 12279240.
HSL color Cylindrical-coordinate representation of color #C85DBB: hue angle of 307.29º 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 #C85DBB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 187 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.22 |
| HSL | 307.29º | 0.49% | 0.57% | - |
| HSV(B) | 307.29º | 0.54% | 0.78% | - |
| XYZ | 36.7 | 23.7 | 49.65 | - |
| YUV | 135.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 187 | 0 | 0.54 | 0.06 | 0.22 | 307.29 | 0.49 | 0.57 |
| Hex | C8 | 5D | BB | 0 | 36 | 6 | 16 | 133 | 31 | 39 |
| Octal | 310 | 135 | 273 | 0 | 66 | 6 | 26 | 463 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10111011 | 0 | 110110 | 110 | 10110 | 100110011 | 110001 | 111001 |
Color Harmonies of #C85DBB
Complementary color
Monochromatic Colors of #C85DBB
Black with #C85DBB
Text Example
Text Example
White with #C85DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DBB; }
p { color: rgb(200,93,187); }
H1.HeaderClassName
{
color: #C85DBB;
}
.AnyTagClassName
{
color: #C85DBB;
}
</style>
background-color css
<style>
a { background-color: #C85DBB; }
a { background-color: rgb(200,93,187); }
div.DivClassName
{
background-color: #C85DBB;
}
.BgClassName
{
background-color: #C85DBB;
}
</style>
border-color css
<style>
span { border-color: #C85DBB; }
span { border-color: rgb(200,93,187); }
td.TdClassName
{
border-color: #C85DBB;
}
.TagClassName
{
border-color: #C85DBB;
}
</style>