Shades of Fuchsia #C764C2
Tints of Fuchsia #C764C2
RGB
CMYK
RGB Variations
Color information
#C764C2 (or 0xC764C2) is known color: Fuchsia. HEX triplet: C7, 64 and C2. RGB value is (199,100,194). Sum of RGB (Red+Green+Blue) = 199+100+194=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C764C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764C2 is #389B3D. Grayscale: #8C8C8C. Windows color (decimal): -3709758 or 12739783. OLE color: 12739783.
HSL color Cylindrical-coordinate representation of color #C764C2: hue angle of 303.03º 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 #C764C2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 194 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.22 |
| HSL | 303.03º | 0.47% | 0.59% | - |
| HSV(B) | 303.03º | 0.5% | 0.78% | - |
| XYZ | 37.85 | 25.15 | 53.9 | - |
| YUV | 140.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 194 | 0 | 0.50 | 0.03 | 0.22 | 303.03 | 0.47 | 0.59 |
| Hex | C7 | 64 | C2 | 0 | 32 | 3 | 16 | 12F | 2F | 3B |
| Octal | 307 | 144 | 302 | 0 | 62 | 3 | 26 | 457 | 57 | 73 |
| Binary | 11000111 | 1100100 | 11000010 | 0 | 110010 | 11 | 10110 | 100101111 | 101111 | 111011 |
Color Harmonies of #C764C2
Complementary color
Monochromatic Colors of #C764C2
Black with #C764C2
Text Example
Text Example
White with #C764C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764C2; }
p { color: rgb(199,100,194); }
H1.HeaderClassName
{
color: #C764C2;
}
.AnyTagClassName
{
color: #C764C2;
}
</style>
background-color css
<style>
a { background-color: #C764C2; }
a { background-color: rgb(199,100,194); }
div.DivClassName
{
background-color: #C764C2;
}
.BgClassName
{
background-color: #C764C2;
}
</style>
border-color css
<style>
span { border-color: #C764C2; }
span { border-color: rgb(199,100,194); }
td.TdClassName
{
border-color: #C764C2;
}
.TagClassName
{
border-color: #C764C2;
}
</style>