Shades of Fuchsia #C953BA
Tints of Fuchsia #C953BA
RGB
CMYK
RGB Variations
Color information
#C953BA (or 0xC953BA) is known color: Fuchsia. HEX triplet: C9, 53 and BA. RGB value is (201,83,186). Sum of RGB (Red+Green+Blue) = 201+83+186=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C953BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953BA is #36AC45. Grayscale: #818181. Windows color (decimal): -3583046 or 12211145. OLE color: 12211145.
HSL color Cylindrical-coordinate representation of color #C953BA: hue angle of 307.63º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C953BA is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 186 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.21 |
| HSL | 307.63º | 0.52% | 0.56% | - |
| HSV(B) | 307.63º | 0.59% | 0.79% | - |
| XYZ | 36.04 | 22.15 | 48.83 | - |
| YUV | 130.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 186 | 0 | 0.59 | 0.07 | 0.21 | 307.63 | 0.52 | 0.56 |
| Hex | C9 | 53 | BA | 0 | 3B | 7 | 15 | 134 | 34 | 38 |
| Octal | 311 | 123 | 272 | 0 | 73 | 7 | 25 | 464 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10111010 | 0 | 111011 | 111 | 10101 | 100110100 | 110100 | 111000 |
Color Harmonies of #C953BA
Complementary color
Monochromatic Colors of #C953BA
Black with #C953BA
Text Example
Text Example
White with #C953BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953BA; }
p { color: rgb(201,83,186); }
H1.HeaderClassName
{
color: #C953BA;
}
.AnyTagClassName
{
color: #C953BA;
}
</style>
background-color css
<style>
a { background-color: #C953BA; }
a { background-color: rgb(201,83,186); }
div.DivClassName
{
background-color: #C953BA;
}
.BgClassName
{
background-color: #C953BA;
}
</style>
border-color css
<style>
span { border-color: #C953BA; }
span { border-color: rgb(201,83,186); }
td.TdClassName
{
border-color: #C953BA;
}
.TagClassName
{
border-color: #C953BA;
}
</style>