Shades of Fuchsia #C959C4
Tints of Fuchsia #C959C4
RGB
CMYK
RGB Variations
Color information
#C959C4 (or 0xC959C4) is known color: Fuchsia. HEX triplet: C9, 59 and C4. RGB value is (201,89,196). Sum of RGB (Red+Green+Blue) = 201+89+196=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C959C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959C4 is #36A63B. Grayscale: #868686. Windows color (decimal): -3581500 or 12868041. OLE color: 12868041.
HSL color Cylindrical-coordinate representation of color #C959C4: hue angle of 302.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959C4 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 196 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.21 |
| HSL | 302.68º | 0.51% | 0.57% | - |
| HSV(B) | 302.68º | 0.56% | 0.79% | - |
| XYZ | 37.62 | 23.55 | 54.79 | - |
| YUV | 134.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 196 | 0 | 0.56 | 0.02 | 0.21 | 302.68 | 0.51 | 0.57 |
| Hex | C9 | 59 | C4 | 0 | 38 | 2 | 15 | 12F | 33 | 39 |
| Octal | 311 | 131 | 304 | 0 | 70 | 2 | 25 | 457 | 63 | 71 |
| Binary | 11001001 | 1011001 | 11000100 | 0 | 111000 | 10 | 10101 | 100101111 | 110011 | 111001 |
Color Harmonies of #C959C4
Complementary color
Monochromatic Colors of #C959C4
Black with #C959C4
Text Example
Text Example
White with #C959C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959C4; }
p { color: rgb(201,89,196); }
H1.HeaderClassName
{
color: #C959C4;
}
.AnyTagClassName
{
color: #C959C4;
}
</style>
background-color css
<style>
a { background-color: #C959C4; }
a { background-color: rgb(201,89,196); }
div.DivClassName
{
background-color: #C959C4;
}
.BgClassName
{
background-color: #C959C4;
}
</style>
border-color css
<style>
span { border-color: #C959C4; }
span { border-color: rgb(201,89,196); }
td.TdClassName
{
border-color: #C959C4;
}
.TagClassName
{
border-color: #C959C4;
}
</style>