Shades of Fuchsia #C764C4
Tints of Fuchsia #C764C4
RGB
CMYK
RGB Variations
Color information
#C764C4 (or 0xC764C4) is known color: Fuchsia. HEX triplet: C7, 64 and C4. RGB value is (199,100,196). Sum of RGB (Red+Green+Blue) = 199+100+196=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C764C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764C4 is #389B3B. Grayscale: #8C8C8C. Windows color (decimal): -3709756 or 12870855. OLE color: 12870855.
HSL color Cylindrical-coordinate representation of color #C764C4: hue angle of 301.82º 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 #C764C4 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 196 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.22 |
| HSL | 301.82º | 0.47% | 0.59% | - |
| HSV(B) | 301.82º | 0.5% | 0.78% | - |
| XYZ | 38.07 | 25.24 | 55.09 | - |
| YUV | 140.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 196 | 0 | 0.50 | 0.02 | 0.22 | 301.82 | 0.47 | 0.59 |
| Hex | C7 | 64 | C4 | 0 | 32 | 2 | 16 | 12E | 2F | 3B |
| Octal | 307 | 144 | 304 | 0 | 62 | 2 | 26 | 456 | 57 | 73 |
| Binary | 11000111 | 1100100 | 11000100 | 0 | 110010 | 10 | 10110 | 100101110 | 101111 | 111011 |
Color Harmonies of #C764C4
Complementary color
Monochromatic Colors of #C764C4
Black with #C764C4
Text Example
Text Example
White with #C764C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764C4; }
p { color: rgb(199,100,196); }
H1.HeaderClassName
{
color: #C764C4;
}
.AnyTagClassName
{
color: #C764C4;
}
</style>
background-color css
<style>
a { background-color: #C764C4; }
a { background-color: rgb(199,100,196); }
div.DivClassName
{
background-color: #C764C4;
}
.BgClassName
{
background-color: #C764C4;
}
</style>
border-color css
<style>
span { border-color: #C764C4; }
span { border-color: rgb(199,100,196); }
td.TdClassName
{
border-color: #C764C4;
}
.TagClassName
{
border-color: #C764C4;
}
</style>