Shades of Fuchsia #C962B6
Tints of Fuchsia #C962B6
RGB
CMYK
RGB Variations
Color information
#C962B6 (or 0xC962B6) is known color: Fuchsia. HEX triplet: C9, 62 and B6. RGB value is (201,98,182). Sum of RGB (Red+Green+Blue) = 201+98+182=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C962B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962B6 is #369D49. Grayscale: #8A8A8A. Windows color (decimal): -3579210 or 11952841. OLE color: 11952841.
HSL color Cylindrical-coordinate representation of color #C962B6: hue angle of 311.07º 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 #C962B6 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 182 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.21 |
| HSL | 311.07º | 0.49% | 0.59% | - |
| HSV(B) | 311.07º | 0.51% | 0.79% | - |
| XYZ | 36.9 | 24.53 | 47.05 | - |
| YUV | 138.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 182 | 0 | 0.51 | 0.09 | 0.21 | 311.07 | 0.49 | 0.59 |
| Hex | C9 | 62 | B6 | 0 | 33 | 9 | 15 | 137 | 31 | 3B |
| Octal | 311 | 142 | 266 | 0 | 63 | 11 | 25 | 467 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10110110 | 0 | 110011 | 1001 | 10101 | 100110111 | 110001 | 111011 |
Color Harmonies of #C962B6
Complementary color
Monochromatic Colors of #C962B6
Black with #C962B6
Text Example
Text Example
White with #C962B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962B6; }
p { color: rgb(201,98,182); }
H1.HeaderClassName
{
color: #C962B6;
}
.AnyTagClassName
{
color: #C962B6;
}
</style>
background-color css
<style>
a { background-color: #C962B6; }
a { background-color: rgb(201,98,182); }
div.DivClassName
{
background-color: #C962B6;
}
.BgClassName
{
background-color: #C962B6;
}
</style>
border-color css
<style>
span { border-color: #C962B6; }
span { border-color: rgb(201,98,182); }
td.TdClassName
{
border-color: #C962B6;
}
.TagClassName
{
border-color: #C962B6;
}
</style>