Shades of Fuchsia #C662B2
Tints of Fuchsia #C662B2
RGB
CMYK
RGB Variations
Color information
#C662B2 (or 0xC662B2) is known color: Fuchsia. HEX triplet: C6, 62 and B2. RGB value is (198,98,178). Sum of RGB (Red+Green+Blue) = 198+98+178=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C662B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C662B2 is #399D4D. Grayscale: #888888. Windows color (decimal): -3775822 or 11690694. OLE color: 11690694.
HSL color Cylindrical-coordinate representation of color #C662B2: hue angle of 312º 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 #C662B2 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 178 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.22 |
| HSL | 312º | 0.47% | 0.58% | - |
| HSV(B) | 312º | 0.51% | 0.78% | - |
| XYZ | 35.69 | 23.96 | 44.86 | - |
| YUV | 137.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 178 | 0 | 0.51 | 0.10 | 0.22 | 312 | 0.47 | 0.58 |
| Hex | C6 | 62 | B2 | 0 | 33 | A | 16 | 138 | 2F | 3A |
| Octal | 306 | 142 | 262 | 0 | 63 | 12 | 26 | 470 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10110010 | 0 | 110011 | 1010 | 10110 | 100111000 | 101111 | 111010 |
Color Harmonies of #C662B2
Complementary color
Monochromatic Colors of #C662B2
Black with #C662B2
Text Example
Text Example
White with #C662B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662B2; }
p { color: rgb(198,98,178); }
H1.HeaderClassName
{
color: #C662B2;
}
.AnyTagClassName
{
color: #C662B2;
}
</style>
background-color css
<style>
a { background-color: #C662B2; }
a { background-color: rgb(198,98,178); }
div.DivClassName
{
background-color: #C662B2;
}
.BgClassName
{
background-color: #C662B2;
}
</style>
border-color css
<style>
span { border-color: #C662B2; }
span { border-color: rgb(198,98,178); }
td.TdClassName
{
border-color: #C662B2;
}
.TagClassName
{
border-color: #C662B2;
}
</style>