Shades of Fuchsia #C064C6
Tints of Fuchsia #C064C6
RGB
CMYK
RGB Variations
Color information
#C064C6 (or 0xC064C6) is known color: Fuchsia. HEX triplet: C0, 64 and C6. RGB value is (192,100,198). Sum of RGB (Red+Green+Blue) = 192+100+198=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #C064C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064C6 is #3F9B39. Grayscale: #8A8A8A. Windows color (decimal): -4168506 or 13001920. OLE color: 13001920.
HSL color Cylindrical-coordinate representation of color #C064C6: hue angle of 296.33º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C064C6 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 100 | 198 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.22 |
| HSL | 296.33º | 0.46% | 0.58% | - |
| HSV(B) | 296.33º | 0.49% | 0.78% | - |
| XYZ | 36.49 | 24.4 | 56.21 | - |
| YUV | 138.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 198 | 0.03 | 0.49 | 0 | 0.22 | 296.33 | 0.46 | 0.58 |
| Hex | C0 | 64 | C6 | 3 | 31 | 0 | 16 | 128 | 2E | 3A |
| Octal | 300 | 144 | 306 | 3 | 61 | 0 | 26 | 450 | 56 | 72 |
| Binary | 11000000 | 1100100 | 11000110 | 11 | 110001 | 0 | 10110 | 100101000 | 101110 | 111010 |
Color Harmonies of #C064C6
Complementary color
Monochromatic Colors of #C064C6
Black with #C064C6
Text Example
Text Example
White with #C064C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064C6; }
p { color: rgb(192,100,198); }
H1.HeaderClassName
{
color: #C064C6;
}
.AnyTagClassName
{
color: #C064C6;
}
</style>
background-color css
<style>
a { background-color: #C064C6; }
a { background-color: rgb(192,100,198); }
div.DivClassName
{
background-color: #C064C6;
}
.BgClassName
{
background-color: #C064C6;
}
</style>
border-color css
<style>
span { border-color: #C064C6; }
span { border-color: rgb(192,100,198); }
td.TdClassName
{
border-color: #C064C6;
}
.TagClassName
{
border-color: #C064C6;
}
</style>