Shades of Fuchsia #C064CA
Tints of Fuchsia #C064CA
RGB
CMYK
RGB Variations
Color information
#C064CA (or 0xC064CA) is known color: Fuchsia. HEX triplet: C0, 64 and CA. RGB value is (192,100,202). Sum of RGB (Red+Green+Blue) = 192+100+202=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #C064CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064CA is #3F9B35. Grayscale: #8A8A8A. Windows color (decimal): -4168502 or 13264064. OLE color: 13264064.
HSL color Cylindrical-coordinate representation of color #C064CA: hue angle of 294.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C064CA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 100 | 202 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.21 |
| HSL | 294.12º | 0.49% | 0.59% | - |
| HSV(B) | 294.12º | 0.5% | 0.79% | - |
| XYZ | 36.96 | 24.59 | 58.67 | - |
| YUV | 139.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 202 | 0.05 | 0.50 | 0 | 0.21 | 294.12 | 0.49 | 0.59 |
| Hex | C0 | 64 | CA | 5 | 32 | 0 | 15 | 126 | 31 | 3B |
| Octal | 300 | 144 | 312 | 5 | 62 | 0 | 25 | 446 | 61 | 73 |
| Binary | 11000000 | 1100100 | 11001010 | 101 | 110010 | 0 | 10101 | 100100110 | 110001 | 111011 |
Color Harmonies of #C064CA
Complementary color
Monochromatic Colors of #C064CA
Black with #C064CA
Text Example
Text Example
White with #C064CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064CA; }
p { color: rgb(192,100,202); }
H1.HeaderClassName
{
color: #C064CA;
}
.AnyTagClassName
{
color: #C064CA;
}
</style>
background-color css
<style>
a { background-color: #C064CA; }
a { background-color: rgb(192,100,202); }
div.DivClassName
{
background-color: #C064CA;
}
.BgClassName
{
background-color: #C064CA;
}
</style>
border-color css
<style>
span { border-color: #C064CA; }
span { border-color: rgb(192,100,202); }
td.TdClassName
{
border-color: #C064CA;
}
.TagClassName
{
border-color: #C064CA;
}
</style>