Shades of Fuchsia #C962B7
Tints of Fuchsia #C962B7
RGB
CMYK
RGB Variations
Color information
#C962B7 (or 0xC962B7) is known color: Fuchsia. HEX triplet: C9, 62 and B7. RGB value is (201,98,183). Sum of RGB (Red+Green+Blue) = 201+98+183=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C962B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962B7 is #369D48. Grayscale: #8A8A8A. Windows color (decimal): -3579209 or 12018377. OLE color: 12018377.
HSL color Cylindrical-coordinate representation of color #C962B7: hue angle of 310.49º 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 #C962B7 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 183 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.21 |
| HSL | 310.49º | 0.49% | 0.59% | - |
| HSV(B) | 310.49º | 0.51% | 0.79% | - |
| XYZ | 37 | 24.57 | 47.59 | - |
| YUV | 138.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 183 | 0 | 0.51 | 0.09 | 0.21 | 310.49 | 0.49 | 0.59 |
| Hex | C9 | 62 | B7 | 0 | 33 | 9 | 15 | 136 | 31 | 3B |
| Octal | 311 | 142 | 267 | 0 | 63 | 11 | 25 | 466 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10110111 | 0 | 110011 | 1001 | 10101 | 100110110 | 110001 | 111011 |
Color Harmonies of #C962B7
Complementary color
Monochromatic Colors of #C962B7
Black with #C962B7
Text Example
Text Example
White with #C962B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962B7; }
p { color: rgb(201,98,183); }
H1.HeaderClassName
{
color: #C962B7;
}
.AnyTagClassName
{
color: #C962B7;
}
</style>
background-color css
<style>
a { background-color: #C962B7; }
a { background-color: rgb(201,98,183); }
div.DivClassName
{
background-color: #C962B7;
}
.BgClassName
{
background-color: #C962B7;
}
</style>
border-color css
<style>
span { border-color: #C962B7; }
span { border-color: rgb(201,98,183); }
td.TdClassName
{
border-color: #C962B7;
}
.TagClassName
{
border-color: #C962B7;
}
</style>