Shades of Fuchsia #C764BD
Tints of Fuchsia #C764BD
RGB
CMYK
RGB Variations
Color information
#C764BD (or 0xC764BD) is known color: Fuchsia. HEX triplet: C7, 64 and BD. RGB value is (199,100,189). Sum of RGB (Red+Green+Blue) = 199+100+189=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BD is #389B42. Grayscale: #8B8B8B. Windows color (decimal): -3709763 or 12412103. OLE color: 12412103.
HSL color Cylindrical-coordinate representation of color #C764BD: hue angle of 306.06º 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 #C764BD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 189 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.22 |
| HSL | 306.06º | 0.47% | 0.59% | - |
| HSV(B) | 306.06º | 0.5% | 0.78% | - |
| XYZ | 37.3 | 24.93 | 50.99 | - |
| YUV | 139.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 189 | 0 | 0.50 | 0.05 | 0.22 | 306.06 | 0.47 | 0.59 |
| Hex | C7 | 64 | BD | 0 | 32 | 5 | 16 | 132 | 2F | 3B |
| Octal | 307 | 144 | 275 | 0 | 62 | 5 | 26 | 462 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10111101 | 0 | 110010 | 101 | 10110 | 100110010 | 101111 | 111011 |
Color Harmonies of #C764BD
Complementary color
Monochromatic Colors of #C764BD
Black with #C764BD
Text Example
Text Example
White with #C764BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764BD; }
p { color: rgb(199,100,189); }
H1.HeaderClassName
{
color: #C764BD;
}
.AnyTagClassName
{
color: #C764BD;
}
</style>
background-color css
<style>
a { background-color: #C764BD; }
a { background-color: rgb(199,100,189); }
div.DivClassName
{
background-color: #C764BD;
}
.BgClassName
{
background-color: #C764BD;
}
</style>
border-color css
<style>
span { border-color: #C764BD; }
span { border-color: rgb(199,100,189); }
td.TdClassName
{
border-color: #C764BD;
}
.TagClassName
{
border-color: #C764BD;
}
</style>