Shades of Fuchsia #C764BC
Tints of Fuchsia #C764BC
RGB
CMYK
RGB Variations
Color information
#C764BC (or 0xC764BC) is known color: Fuchsia. HEX triplet: C7, 64 and BC. RGB value is (199,100,188). Sum of RGB (Red+Green+Blue) = 199+100+188=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BC is #389B43. Grayscale: #8B8B8B. Windows color (decimal): -3709764 or 12346567. OLE color: 12346567.
HSL color Cylindrical-coordinate representation of color #C764BC: hue angle of 306.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764BC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 188 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.22 |
| HSL | 306.67º | 0.47% | 0.59% | - |
| HSV(B) | 306.67º | 0.5% | 0.78% | - |
| XYZ | 37.19 | 24.89 | 50.42 | - |
| YUV | 139.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 188 | 0 | 0.50 | 0.06 | 0.22 | 306.67 | 0.47 | 0.59 |
| Hex | C7 | 64 | BC | 0 | 32 | 6 | 16 | 133 | 2F | 3B |
| Octal | 307 | 144 | 274 | 0 | 62 | 6 | 26 | 463 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10111100 | 0 | 110010 | 110 | 10110 | 100110011 | 101111 | 111011 |
Color Harmonies of #C764BC
Complementary color
Monochromatic Colors of #C764BC
Black with #C764BC
Text Example
Text Example
White with #C764BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764BC; }
p { color: rgb(199,100,188); }
H1.HeaderClassName
{
color: #C764BC;
}
.AnyTagClassName
{
color: #C764BC;
}
</style>
background-color css
<style>
a { background-color: #C764BC; }
a { background-color: rgb(199,100,188); }
div.DivClassName
{
background-color: #C764BC;
}
.BgClassName
{
background-color: #C764BC;
}
</style>
border-color css
<style>
span { border-color: #C764BC; }
span { border-color: rgb(199,100,188); }
td.TdClassName
{
border-color: #C764BC;
}
.TagClassName
{
border-color: #C764BC;
}
</style>