Shades of Fuchsia #C85DB3
Tints of Fuchsia #C85DB3
RGB
CMYK
RGB Variations
Color information
#C85DB3 (or 0xC85DB3) is known color: Fuchsia. HEX triplet: C8, 5D and B3. RGB value is (200,93,179). Sum of RGB (Red+Green+Blue) = 200+93+179=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DB3 is #37A24C. Grayscale: #868686. Windows color (decimal): -3646029 or 11754952. OLE color: 11754952.
HSL color Cylindrical-coordinate representation of color #C85DB3: hue angle of 311.78º 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 #C85DB3 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 179 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.22 |
| HSL | 311.78º | 0.49% | 0.57% | - |
| HSV(B) | 311.78º | 0.54% | 0.78% | - |
| XYZ | 35.87 | 23.36 | 45.27 | - |
| YUV | 134.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 179 | 0 | 0.54 | 0.10 | 0.22 | 311.78 | 0.49 | 0.57 |
| Hex | C8 | 5D | B3 | 0 | 36 | A | 16 | 138 | 31 | 39 |
| Octal | 310 | 135 | 263 | 0 | 66 | 12 | 26 | 470 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10110011 | 0 | 110110 | 1010 | 10110 | 100111000 | 110001 | 111001 |
Color Harmonies of #C85DB3
Complementary color
Monochromatic Colors of #C85DB3
Black with #C85DB3
Text Example
Text Example
White with #C85DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DB3; }
p { color: rgb(200,93,179); }
H1.HeaderClassName
{
color: #C85DB3;
}
.AnyTagClassName
{
color: #C85DB3;
}
</style>
background-color css
<style>
a { background-color: #C85DB3; }
a { background-color: rgb(200,93,179); }
div.DivClassName
{
background-color: #C85DB3;
}
.BgClassName
{
background-color: #C85DB3;
}
</style>
border-color css
<style>
span { border-color: #C85DB3; }
span { border-color: rgb(200,93,179); }
td.TdClassName
{
border-color: #C85DB3;
}
.TagClassName
{
border-color: #C85DB3;
}
</style>