Shades of Fuchsia #C962BA
Tints of Fuchsia #C962BA
RGB
CMYK
RGB Variations
Color information
#C962BA (or 0xC962BA) is known color: Fuchsia. HEX triplet: C9, 62 and BA. RGB value is (201,98,186). Sum of RGB (Red+Green+Blue) = 201+98+186=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C962BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962BA is #369D45. Grayscale: #8A8A8A. Windows color (decimal): -3579206 or 12214985. OLE color: 12214985.
HSL color Cylindrical-coordinate representation of color #C962BA: hue angle of 308.74º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C962BA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 186 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.21 |
| HSL | 308.74º | 0.49% | 0.59% | - |
| HSV(B) | 308.74º | 0.51% | 0.79% | - |
| XYZ | 37.32 | 24.7 | 49.25 | - |
| YUV | 138.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 186 | 0 | 0.51 | 0.07 | 0.21 | 308.74 | 0.49 | 0.59 |
| Hex | C9 | 62 | BA | 0 | 33 | 7 | 15 | 135 | 31 | 3B |
| Octal | 311 | 142 | 272 | 0 | 63 | 7 | 25 | 465 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10111010 | 0 | 110011 | 111 | 10101 | 100110101 | 110001 | 111011 |
Color Harmonies of #C962BA
Complementary color
Monochromatic Colors of #C962BA
Black with #C962BA
Text Example
Text Example
White with #C962BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962BA; }
p { color: rgb(201,98,186); }
H1.HeaderClassName
{
color: #C962BA;
}
.AnyTagClassName
{
color: #C962BA;
}
</style>
background-color css
<style>
a { background-color: #C962BA; }
a { background-color: rgb(201,98,186); }
div.DivClassName
{
background-color: #C962BA;
}
.BgClassName
{
background-color: #C962BA;
}
</style>
border-color css
<style>
span { border-color: #C962BA; }
span { border-color: rgb(201,98,186); }
td.TdClassName
{
border-color: #C962BA;
}
.TagClassName
{
border-color: #C962BA;
}
</style>