Shades of Fuchsia #C764CB
Tints of Fuchsia #C764CB
RGB
CMYK
RGB Variations
Color information
#C764CB (or 0xC764CB) is known color: Fuchsia. HEX triplet: C7, 64 and CB. RGB value is (199,100,203). Sum of RGB (Red+Green+Blue) = 199+100+203=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #C764CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764CB is #389B34. Grayscale: #8D8D8D. Windows color (decimal): -3709749 or 13329607. OLE color: 13329607.
HSL color Cylindrical-coordinate representation of color #C764CB: hue angle of 297.67º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C764CB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 100 | 203 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.20 |
| HSL | 297.67º | 0.5% | 0.59% | - |
| HSV(B) | 297.67º | 0.51% | 0.8% | - |
| XYZ | 38.89 | 25.57 | 59.39 | - |
| YUV | 141.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 203 | 0.02 | 0.51 | 0 | 0.20 | 297.67 | 0.5 | 0.59 |
| Hex | C7 | 64 | CB | 2 | 33 | 0 | 14 | 12A | 32 | 3B |
| Octal | 307 | 144 | 313 | 2 | 63 | 0 | 24 | 452 | 62 | 73 |
| Binary | 11000111 | 1100100 | 11001011 | 10 | 110011 | 0 | 10100 | 100101010 | 110010 | 111011 |
Color Harmonies of #C764CB
Complementary color
Monochromatic Colors of #C764CB
Black with #C764CB
Text Example
Text Example
White with #C764CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764CB; }
p { color: rgb(199,100,203); }
H1.HeaderClassName
{
color: #C764CB;
}
.AnyTagClassName
{
color: #C764CB;
}
</style>
background-color css
<style>
a { background-color: #C764CB; }
a { background-color: rgb(199,100,203); }
div.DivClassName
{
background-color: #C764CB;
}
.BgClassName
{
background-color: #C764CB;
}
</style>
border-color css
<style>
span { border-color: #C764CB; }
span { border-color: rgb(199,100,203); }
td.TdClassName
{
border-color: #C764CB;
}
.TagClassName
{
border-color: #C764CB;
}
</style>