Shades of Fuchsia #C962BD
Tints of Fuchsia #C962BD
RGB
CMYK
RGB Variations
Color information
#C962BD (or 0xC962BD) is known color: Fuchsia. HEX triplet: C9, 62 and BD. RGB value is (201,98,189). Sum of RGB (Red+Green+Blue) = 201+98+189=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C962BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962BD is #369D42. Grayscale: #8A8A8A. Windows color (decimal): -3579203 or 12411593. OLE color: 12411593.
HSL color Cylindrical-coordinate representation of color #C962BD: hue angle of 306.99º 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 #C962BD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 189 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.21 |
| HSL | 306.99º | 0.49% | 0.59% | - |
| HSV(B) | 306.99º | 0.51% | 0.79% | - |
| XYZ | 37.64 | 24.83 | 50.95 | - |
| YUV | 139.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 189 | 0 | 0.51 | 0.06 | 0.21 | 306.99 | 0.49 | 0.59 |
| Hex | C9 | 62 | BD | 0 | 33 | 6 | 15 | 133 | 31 | 3B |
| Octal | 311 | 142 | 275 | 0 | 63 | 6 | 25 | 463 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10111101 | 0 | 110011 | 110 | 10101 | 100110011 | 110001 | 111011 |
Color Harmonies of #C962BD
Complementary color
Monochromatic Colors of #C962BD
Black with #C962BD
Text Example
Text Example
White with #C962BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962BD; }
p { color: rgb(201,98,189); }
H1.HeaderClassName
{
color: #C962BD;
}
.AnyTagClassName
{
color: #C962BD;
}
</style>
background-color css
<style>
a { background-color: #C962BD; }
a { background-color: rgb(201,98,189); }
div.DivClassName
{
background-color: #C962BD;
}
.BgClassName
{
background-color: #C962BD;
}
</style>
border-color css
<style>
span { border-color: #C962BD; }
span { border-color: rgb(201,98,189); }
td.TdClassName
{
border-color: #C962BD;
}
.TagClassName
{
border-color: #C962BD;
}
</style>