Shades of Fuchsia #C65CBC
Tints of Fuchsia #C65CBC
RGB
CMYK
RGB Variations
Color information
#C65CBC (or 0xC65CBC) is known color: Fuchsia. HEX triplet: C6, 5C and BC. RGB value is (198,92,188). Sum of RGB (Red+Green+Blue) = 198+92+188=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CBC is #39A343. Grayscale: #868686. Windows color (decimal): -3777348 or 12344518. OLE color: 12344518.
HSL color Cylindrical-coordinate representation of color #C65CBC: hue angle of 305.66º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CBC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 188 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.22 |
| HSL | 305.66º | 0.48% | 0.57% | - |
| HSV(B) | 305.66º | 0.54% | 0.78% | - |
| XYZ | 36.19 | 23.29 | 50.16 | - |
| YUV | 134.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 188 | 0 | 0.54 | 0.05 | 0.22 | 305.66 | 0.48 | 0.57 |
| Hex | C6 | 5C | BC | 0 | 36 | 5 | 16 | 132 | 30 | 39 |
| Octal | 306 | 134 | 274 | 0 | 66 | 5 | 26 | 462 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10111100 | 0 | 110110 | 101 | 10110 | 100110010 | 110000 | 111001 |
Color Harmonies of #C65CBC
Complementary color
Monochromatic Colors of #C65CBC
Black with #C65CBC
Text Example
Text Example
White with #C65CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CBC; }
p { color: rgb(198,92,188); }
H1.HeaderClassName
{
color: #C65CBC;
}
.AnyTagClassName
{
color: #C65CBC;
}
</style>
background-color css
<style>
a { background-color: #C65CBC; }
a { background-color: rgb(198,92,188); }
div.DivClassName
{
background-color: #C65CBC;
}
.BgClassName
{
background-color: #C65CBC;
}
</style>
border-color css
<style>
span { border-color: #C65CBC; }
span { border-color: rgb(198,92,188); }
td.TdClassName
{
border-color: #C65CBC;
}
.TagClassName
{
border-color: #C65CBC;
}
</style>