Shades of Fuchsia #C85CB3
Tints of Fuchsia #C85CB3
RGB
CMYK
RGB Variations
Color information
#C85CB3 (or 0xC85CB3) is known color: Fuchsia. HEX triplet: C8, 5C and B3. RGB value is (200,92,179). Sum of RGB (Red+Green+Blue) = 200+92+179=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CB3 is #37A34C. Grayscale: #858585. Windows color (decimal): -3646285 or 11754696. OLE color: 11754696.
HSL color Cylindrical-coordinate representation of color #C85CB3: hue angle of 311.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CB3 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 179 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.22 |
| HSL | 311.67º | 0.5% | 0.57% | - |
| HSV(B) | 311.67º | 0.54% | 0.78% | - |
| XYZ | 35.78 | 23.19 | 45.24 | - |
| YUV | 134.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 179 | 0 | 0.54 | 0.10 | 0.22 | 311.67 | 0.5 | 0.57 |
| Hex | C8 | 5C | B3 | 0 | 36 | A | 16 | 138 | 32 | 39 |
| Octal | 310 | 134 | 263 | 0 | 66 | 12 | 26 | 470 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10110011 | 0 | 110110 | 1010 | 10110 | 100111000 | 110010 | 111001 |
Color Harmonies of #C85CB3
Complementary color
Monochromatic Colors of #C85CB3
Black with #C85CB3
Text Example
Text Example
White with #C85CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CB3; }
p { color: rgb(200,92,179); }
H1.HeaderClassName
{
color: #C85CB3;
}
.AnyTagClassName
{
color: #C85CB3;
}
</style>
background-color css
<style>
a { background-color: #C85CB3; }
a { background-color: rgb(200,92,179); }
div.DivClassName
{
background-color: #C85CB3;
}
.BgClassName
{
background-color: #C85CB3;
}
</style>
border-color css
<style>
span { border-color: #C85CB3; }
span { border-color: rgb(200,92,179); }
td.TdClassName
{
border-color: #C85CB3;
}
.TagClassName
{
border-color: #C85CB3;
}
</style>