Shades of Fuchsia #C65FB6
Tints of Fuchsia #C65FB6
RGB
CMYK
RGB Variations
Color information
#C65FB6 (or 0xC65FB6) is known color: Fuchsia. HEX triplet: C6, 5F and B6. RGB value is (198,95,182). Sum of RGB (Red+Green+Blue) = 198+95+182=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FB6 is #39A049. Grayscale: #878787. Windows color (decimal): -3776586 or 11952070. OLE color: 11952070.
HSL color Cylindrical-coordinate representation of color #C65FB6: hue angle of 309.32º 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 #C65FB6 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 182 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.22 |
| HSL | 309.32º | 0.47% | 0.57% | - |
| HSV(B) | 309.32º | 0.52% | 0.78% | - |
| XYZ | 35.82 | 23.57 | 46.92 | - |
| YUV | 135.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 182 | 0 | 0.52 | 0.08 | 0.22 | 309.32 | 0.47 | 0.57 |
| Hex | C6 | 5F | B6 | 0 | 34 | 8 | 16 | 135 | 2F | 39 |
| Octal | 306 | 137 | 266 | 0 | 64 | 10 | 26 | 465 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10110110 | 0 | 110100 | 1000 | 10110 | 100110101 | 101111 | 111001 |
Color Harmonies of #C65FB6
Complementary color
Monochromatic Colors of #C65FB6
Black with #C65FB6
Text Example
Text Example
White with #C65FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FB6; }
p { color: rgb(198,95,182); }
H1.HeaderClassName
{
color: #C65FB6;
}
.AnyTagClassName
{
color: #C65FB6;
}
</style>
background-color css
<style>
a { background-color: #C65FB6; }
a { background-color: rgb(198,95,182); }
div.DivClassName
{
background-color: #C65FB6;
}
.BgClassName
{
background-color: #C65FB6;
}
</style>
border-color css
<style>
span { border-color: #C65FB6; }
span { border-color: rgb(198,95,182); }
td.TdClassName
{
border-color: #C65FB6;
}
.TagClassName
{
border-color: #C65FB6;
}
</style>