Shades of Fuchsia #C962BF
Tints of Fuchsia #C962BF
RGB
CMYK
RGB Variations
Color information
#C962BF (or 0xC962BF) is known color: Fuchsia. HEX triplet: C9, 62 and BF. RGB value is (201,98,191). Sum of RGB (Red+Green+Blue) = 201+98+191=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C962BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962BF is #369D40. Grayscale: #8B8B8B. Windows color (decimal): -3579201 or 12542665. OLE color: 12542665.
HSL color Cylindrical-coordinate representation of color #C962BF: hue angle of 305.83º 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 #C962BF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 191 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.21 |
| HSL | 305.83º | 0.49% | 0.59% | - |
| HSV(B) | 305.83º | 0.51% | 0.79% | - |
| XYZ | 37.86 | 24.91 | 52.1 | - |
| YUV | 139.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 191 | 0 | 0.51 | 0.05 | 0.21 | 305.83 | 0.49 | 0.59 |
| Hex | C9 | 62 | BF | 0 | 33 | 5 | 15 | 132 | 31 | 3B |
| Octal | 311 | 142 | 277 | 0 | 63 | 5 | 25 | 462 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10111111 | 0 | 110011 | 101 | 10101 | 100110010 | 110001 | 111011 |
Color Harmonies of #C962BF
Complementary color
Monochromatic Colors of #C962BF
Black with #C962BF
Text Example
Text Example
White with #C962BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962BF; }
p { color: rgb(201,98,191); }
H1.HeaderClassName
{
color: #C962BF;
}
.AnyTagClassName
{
color: #C962BF;
}
</style>
background-color css
<style>
a { background-color: #C962BF; }
a { background-color: rgb(201,98,191); }
div.DivClassName
{
background-color: #C962BF;
}
.BgClassName
{
background-color: #C962BF;
}
</style>
border-color css
<style>
span { border-color: #C962BF; }
span { border-color: rgb(201,98,191); }
td.TdClassName
{
border-color: #C962BF;
}
.TagClassName
{
border-color: #C962BF;
}
</style>