Shades of Fuchsia #C858B3
Tints of Fuchsia #C858B3
RGB
CMYK
RGB Variations
Color information
#C858B3 (or 0xC858B3) is known color: Fuchsia. HEX triplet: C8, 58 and B3. RGB value is (200,88,179). Sum of RGB (Red+Green+Blue) = 200+88+179=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C858B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858B3 is #37A74C. Grayscale: #838383. Windows color (decimal): -3647309 or 11753672. OLE color: 11753672.
HSL color Cylindrical-coordinate representation of color #C858B3: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C858B3 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 179 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.22 |
| HSL | 311.25º | 0.5% | 0.56% | - |
| HSV(B) | 311.25º | 0.56% | 0.78% | - |
| XYZ | 35.45 | 22.51 | 45.13 | - |
| YUV | 131.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 179 | 0 | 0.56 | 0.10 | 0.22 | 311.25 | 0.5 | 0.56 |
| Hex | C8 | 58 | B3 | 0 | 38 | A | 16 | 137 | 32 | 38 |
| Octal | 310 | 130 | 263 | 0 | 70 | 12 | 26 | 467 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10110011 | 0 | 111000 | 1010 | 10110 | 100110111 | 110010 | 111000 |
Color Harmonies of #C858B3
Complementary color
Monochromatic Colors of #C858B3
Black with #C858B3
Text Example
Text Example
White with #C858B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858B3; }
p { color: rgb(200,88,179); }
H1.HeaderClassName
{
color: #C858B3;
}
.AnyTagClassName
{
color: #C858B3;
}
</style>
background-color css
<style>
a { background-color: #C858B3; }
a { background-color: rgb(200,88,179); }
div.DivClassName
{
background-color: #C858B3;
}
.BgClassName
{
background-color: #C858B3;
}
</style>
border-color css
<style>
span { border-color: #C858B3; }
span { border-color: rgb(200,88,179); }
td.TdClassName
{
border-color: #C858B3;
}
.TagClassName
{
border-color: #C858B3;
}
</style>