Shades of Fuchsia #C65CCA
Tints of Fuchsia #C65CCA
RGB
CMYK
RGB Variations
Color information
#C65CCA (or 0xC65CCA) is known color: Fuchsia. HEX triplet: C6, 5C and CA. RGB value is (198,92,202). Sum of RGB (Red+Green+Blue) = 198+92+202=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #C65CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CCA is #39A335. Grayscale: #878787. Windows color (decimal): -3777334 or 13262022. OLE color: 13262022.
HSL color Cylindrical-coordinate representation of color #C65CCA: hue angle of 297.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CCA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 92 | 202 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.21 |
| HSL | 297.82º | 0.51% | 0.58% | - |
| HSV(B) | 297.82º | 0.54% | 0.79% | - |
| XYZ | 37.78 | 23.92 | 58.5 | - |
| YUV | 136.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 202 | 0.02 | 0.54 | 0 | 0.21 | 297.82 | 0.51 | 0.58 |
| Hex | C6 | 5C | CA | 2 | 36 | 0 | 15 | 12A | 33 | 3A |
| Octal | 306 | 134 | 312 | 2 | 66 | 0 | 25 | 452 | 63 | 72 |
| Binary | 11000110 | 1011100 | 11001010 | 10 | 110110 | 0 | 10101 | 100101010 | 110011 | 111010 |
Color Harmonies of #C65CCA
Complementary color
Monochromatic Colors of #C65CCA
Black with #C65CCA
Text Example
Text Example
White with #C65CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CCA; }
p { color: rgb(198,92,202); }
H1.HeaderClassName
{
color: #C65CCA;
}
.AnyTagClassName
{
color: #C65CCA;
}
</style>
background-color css
<style>
a { background-color: #C65CCA; }
a { background-color: rgb(198,92,202); }
div.DivClassName
{
background-color: #C65CCA;
}
.BgClassName
{
background-color: #C65CCA;
}
</style>
border-color css
<style>
span { border-color: #C65CCA; }
span { border-color: rgb(198,92,202); }
td.TdClassName
{
border-color: #C65CCA;
}
.TagClassName
{
border-color: #C65CCA;
}
</style>