Shades of Fuchsia #C765CC
Tints of Fuchsia #C765CC
RGB
CMYK
RGB Variations
Color information
#C765CC (or 0xC765CC) is known color: Fuchsia. HEX triplet: C7, 65 and CC. RGB value is (199,101,204). Sum of RGB (Red+Green+Blue) = 199+101+204=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C765CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765CC is #389A33. Grayscale: #8D8D8D. Windows color (decimal): -3709492 or 13395399. OLE color: 13395399.
HSL color Cylindrical-coordinate representation of color #C765CC: hue angle of 297.09º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C765CC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 101 | 204 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.2 |
| HSL | 297.09º | 0.5% | 0.6% | - |
| HSV(B) | 297.09º | 0.5% | 0.8% | - |
| XYZ | 39.11 | 25.81 | 60.05 | - |
| YUV | 142.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 204 | 0.02 | 0.50 | 0 | 0.2 | 297.09 | 0.5 | 0.6 |
| Hex | C7 | 65 | CC | 2 | 32 | 0 | 14 | 129 | 32 | 3C |
| Octal | 307 | 145 | 314 | 2 | 62 | 0 | 24 | 451 | 62 | 74 |
| Binary | 11000111 | 1100101 | 11001100 | 10 | 110010 | 0 | 10100 | 100101001 | 110010 | 111100 |
Color Harmonies of #C765CC
Complementary color
Monochromatic Colors of #C765CC
Black with #C765CC
Text Example
Text Example
White with #C765CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765CC; }
p { color: rgb(199,101,204); }
H1.HeaderClassName
{
color: #C765CC;
}
.AnyTagClassName
{
color: #C765CC;
}
</style>
background-color css
<style>
a { background-color: #C765CC; }
a { background-color: rgb(199,101,204); }
div.DivClassName
{
background-color: #C765CC;
}
.BgClassName
{
background-color: #C765CC;
}
</style>
border-color css
<style>
span { border-color: #C765CC; }
span { border-color: rgb(199,101,204); }
td.TdClassName
{
border-color: #C765CC;
}
.TagClassName
{
border-color: #C765CC;
}
</style>