Shades of Fuchsia #C760B2
Tints of Fuchsia #C760B2
RGB
CMYK
RGB Variations
Color information
#C760B2 (or 0xC760B2) is known color: Fuchsia. HEX triplet: C7, 60 and B2. RGB value is (199,96,178). Sum of RGB (Red+Green+Blue) = 199+96+178=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C760B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760B2 is #389F4D. Grayscale: #878787. Windows color (decimal): -3710798 or 11690183. OLE color: 11690183.
HSL color Cylindrical-coordinate representation of color #C760B2: hue angle of 312.23º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760B2 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 178 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.22 |
| HSL | 312.23º | 0.48% | 0.58% | - |
| HSV(B) | 312.23º | 0.52% | 0.78% | - |
| XYZ | 35.77 | 23.72 | 44.81 | - |
| YUV | 136.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 178 | 0 | 0.52 | 0.11 | 0.22 | 312.23 | 0.48 | 0.58 |
| Hex | C7 | 60 | B2 | 0 | 34 | B | 16 | 138 | 30 | 3A |
| Octal | 307 | 140 | 262 | 0 | 64 | 13 | 26 | 470 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10110010 | 0 | 110100 | 1011 | 10110 | 100111000 | 110000 | 111010 |
Color Harmonies of #C760B2
Complementary color
Monochromatic Colors of #C760B2
Black with #C760B2
Text Example
Text Example
White with #C760B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760B2; }
p { color: rgb(199,96,178); }
H1.HeaderClassName
{
color: #C760B2;
}
.AnyTagClassName
{
color: #C760B2;
}
</style>
background-color css
<style>
a { background-color: #C760B2; }
a { background-color: rgb(199,96,178); }
div.DivClassName
{
background-color: #C760B2;
}
.BgClassName
{
background-color: #C760B2;
}
</style>
border-color css
<style>
span { border-color: #C760B2; }
span { border-color: rgb(199,96,178); }
td.TdClassName
{
border-color: #C760B2;
}
.TagClassName
{
border-color: #C760B2;
}
</style>