Shades of Fuchsia #C755BD
Tints of Fuchsia #C755BD
RGB
CMYK
RGB Variations
Color information
#C755BD (or 0xC755BD) is known color: Fuchsia. HEX triplet: C7, 55 and BD. RGB value is (199,85,189). Sum of RGB (Red+Green+Blue) = 199+85+189=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C755BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755BD is #38AA42. Grayscale: #828282. Windows color (decimal): -3713603 or 12408263. OLE color: 12408263.
HSL color Cylindrical-coordinate representation of color #C755BD: hue angle of 305.26º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755BD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 189 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.22 |
| HSL | 305.26º | 0.5% | 0.56% | - |
| HSV(B) | 305.26º | 0.57% | 0.78% | - |
| XYZ | 35.99 | 22.31 | 50.55 | - |
| YUV | 130.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 189 | 0 | 0.57 | 0.05 | 0.22 | 305.26 | 0.5 | 0.56 |
| Hex | C7 | 55 | BD | 0 | 39 | 5 | 16 | 131 | 32 | 38 |
| Octal | 307 | 125 | 275 | 0 | 71 | 5 | 26 | 461 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10111101 | 0 | 111001 | 101 | 10110 | 100110001 | 110010 | 111000 |
Color Harmonies of #C755BD
Complementary color
Monochromatic Colors of #C755BD
Black with #C755BD
Text Example
Text Example
White with #C755BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755BD; }
p { color: rgb(199,85,189); }
H1.HeaderClassName
{
color: #C755BD;
}
.AnyTagClassName
{
color: #C755BD;
}
</style>
background-color css
<style>
a { background-color: #C755BD; }
a { background-color: rgb(199,85,189); }
div.DivClassName
{
background-color: #C755BD;
}
.BgClassName
{
background-color: #C755BD;
}
</style>
border-color css
<style>
span { border-color: #C755BD; }
span { border-color: rgb(199,85,189); }
td.TdClassName
{
border-color: #C755BD;
}
.TagClassName
{
border-color: #C755BD;
}
</style>