Shades of Fuchsia #C662B6
Tints of Fuchsia #C662B6
RGB
CMYK
RGB Variations
Color information
#C662B6 (or 0xC662B6) is known color: Fuchsia. HEX triplet: C6, 62 and B6. RGB value is (198,98,182). Sum of RGB (Red+Green+Blue) = 198+98+182=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C662B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662B6 is #399D49. Grayscale: #898989. Windows color (decimal): -3775818 or 11952838. OLE color: 11952838.
HSL color Cylindrical-coordinate representation of color #C662B6: hue angle of 309.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C662B6 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 182 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.22 |
| HSL | 309.6º | 0.47% | 0.58% | - |
| HSV(B) | 309.6º | 0.51% | 0.78% | - |
| XYZ | 36.1 | 24.12 | 47.01 | - |
| YUV | 137.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 182 | 0 | 0.51 | 0.08 | 0.22 | 309.6 | 0.47 | 0.58 |
| Hex | C6 | 62 | B6 | 0 | 33 | 8 | 16 | 136 | 2F | 3A |
| Octal | 306 | 142 | 266 | 0 | 63 | 10 | 26 | 466 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10110110 | 0 | 110011 | 1000 | 10110 | 100110110 | 101111 | 111010 |
Color Harmonies of #C662B6
Complementary color
Monochromatic Colors of #C662B6
Black with #C662B6
Text Example
Text Example
White with #C662B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662B6; }
p { color: rgb(198,98,182); }
H1.HeaderClassName
{
color: #C662B6;
}
.AnyTagClassName
{
color: #C662B6;
}
</style>
background-color css
<style>
a { background-color: #C662B6; }
a { background-color: rgb(198,98,182); }
div.DivClassName
{
background-color: #C662B6;
}
.BgClassName
{
background-color: #C662B6;
}
</style>
border-color css
<style>
span { border-color: #C662B6; }
span { border-color: rgb(198,98,182); }
td.TdClassName
{
border-color: #C662B6;
}
.TagClassName
{
border-color: #C662B6;
}
</style>