Shades of Fuchsia #C65FB1
Tints of Fuchsia #C65FB1
RGB
CMYK
RGB Variations
Color information
#C65FB1 (or 0xC65FB1) is known color: Fuchsia. HEX triplet: C6, 5F and B1. RGB value is (198,95,177). Sum of RGB (Red+Green+Blue) = 198+95+177=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FB1 is #39A04E. Grayscale: #868686. Windows color (decimal): -3776591 or 11624390. OLE color: 11624390.
HSL color Cylindrical-coordinate representation of color #C65FB1: hue angle of 312.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FB1 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 177 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.22 |
| HSL | 312.23º | 0.47% | 0.57% | - |
| HSV(B) | 312.23º | 0.52% | 0.78% | - |
| XYZ | 35.32 | 23.36 | 44.24 | - |
| YUV | 135.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 177 | 0 | 0.52 | 0.11 | 0.22 | 312.23 | 0.47 | 0.57 |
| Hex | C6 | 5F | B1 | 0 | 34 | B | 16 | 138 | 2F | 39 |
| Octal | 306 | 137 | 261 | 0 | 64 | 13 | 26 | 470 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10110001 | 0 | 110100 | 1011 | 10110 | 100111000 | 101111 | 111001 |
Color Harmonies of #C65FB1
Complementary color
Monochromatic Colors of #C65FB1
Black with #C65FB1
Text Example
Text Example
White with #C65FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FB1; }
p { color: rgb(198,95,177); }
H1.HeaderClassName
{
color: #C65FB1;
}
.AnyTagClassName
{
color: #C65FB1;
}
</style>
background-color css
<style>
a { background-color: #C65FB1; }
a { background-color: rgb(198,95,177); }
div.DivClassName
{
background-color: #C65FB1;
}
.BgClassName
{
background-color: #C65FB1;
}
</style>
border-color css
<style>
span { border-color: #C65FB1; }
span { border-color: rgb(198,95,177); }
td.TdClassName
{
border-color: #C65FB1;
}
.TagClassName
{
border-color: #C65FB1;
}
</style>