Shades of Fuchsia #C468CA
Tints of Fuchsia #C468CA
RGB
CMYK
RGB Variations
Color information
#C468CA (or 0xC468CA) is known color: Fuchsia. HEX triplet: C4, 68 and CA. RGB value is (196,104,202). Sum of RGB (Red+Green+Blue) = 196+104+202=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C468CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468CA is #3B9735. Grayscale: #8E8E8E. Windows color (decimal): -3905334 or 13265092. OLE color: 13265092.
HSL color Cylindrical-coordinate representation of color #C468CA: hue angle of 296.33º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C468CA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 104 | 202 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.21 |
| HSL | 296.33º | 0.48% | 0.6% | - |
| HSV(B) | 296.33º | 0.49% | 0.79% | - |
| XYZ | 38.38 | 25.9 | 58.85 | - |
| YUV | 142.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 202 | 0.03 | 0.49 | 0 | 0.21 | 296.33 | 0.48 | 0.6 |
| Hex | C4 | 68 | CA | 3 | 31 | 0 | 15 | 128 | 30 | 3C |
| Octal | 304 | 150 | 312 | 3 | 61 | 0 | 25 | 450 | 60 | 74 |
| Binary | 11000100 | 1101000 | 11001010 | 11 | 110001 | 0 | 10101 | 100101000 | 110000 | 111100 |
Color Harmonies of #C468CA
Complementary color
Monochromatic Colors of #C468CA
Black with #C468CA
Text Example
Text Example
White with #C468CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468CA; }
p { color: rgb(196,104,202); }
H1.HeaderClassName
{
color: #C468CA;
}
.AnyTagClassName
{
color: #C468CA;
}
</style>
background-color css
<style>
a { background-color: #C468CA; }
a { background-color: rgb(196,104,202); }
div.DivClassName
{
background-color: #C468CA;
}
.BgClassName
{
background-color: #C468CA;
}
</style>
border-color css
<style>
span { border-color: #C468CA; }
span { border-color: rgb(196,104,202); }
td.TdClassName
{
border-color: #C468CA;
}
.TagClassName
{
border-color: #C468CA;
}
</style>