Shades of Fuchsia #C665B1
Tints of Fuchsia #C665B1
RGB
CMYK
RGB Variations
Color information
#C665B1 (or 0xC665B1) is known color: Fuchsia. HEX triplet: C6, 65 and B1. RGB value is (198,101,177). Sum of RGB (Red+Green+Blue) = 198+101+177=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C665B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665B1 is #399A4E. Grayscale: #8A8A8A. Windows color (decimal): -3775055 or 11625926. OLE color: 11625926.
HSL color Cylindrical-coordinate representation of color #C665B1: hue angle of 312.99º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665B1 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 177 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.22 |
| HSL | 312.99º | 0.46% | 0.59% | - |
| HSV(B) | 312.99º | 0.49% | 0.78% | - |
| XYZ | 35.88 | 24.49 | 44.43 | - |
| YUV | 138.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 177 | 0 | 0.49 | 0.11 | 0.22 | 312.99 | 0.46 | 0.59 |
| Hex | C6 | 65 | B1 | 0 | 31 | B | 16 | 139 | 2E | 3B |
| Octal | 306 | 145 | 261 | 0 | 61 | 13 | 26 | 471 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10110001 | 0 | 110001 | 1011 | 10110 | 100111001 | 101110 | 111011 |
Color Harmonies of #C665B1
Complementary color
Monochromatic Colors of #C665B1
Black with #C665B1
Text Example
Text Example
White with #C665B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665B1; }
p { color: rgb(198,101,177); }
H1.HeaderClassName
{
color: #C665B1;
}
.AnyTagClassName
{
color: #C665B1;
}
</style>
background-color css
<style>
a { background-color: #C665B1; }
a { background-color: rgb(198,101,177); }
div.DivClassName
{
background-color: #C665B1;
}
.BgClassName
{
background-color: #C665B1;
}
</style>
border-color css
<style>
span { border-color: #C665B1; }
span { border-color: rgb(198,101,177); }
td.TdClassName
{
border-color: #C665B1;
}
.TagClassName
{
border-color: #C665B1;
}
</style>