Shades of Fuchsia #C953CF
Tints of Fuchsia #C953CF
RGB
CMYK
RGB Variations
Color information
#C953CF (or 0xC953CF) is known color: Fuchsia. HEX triplet: C9, 53 and CF. RGB value is (201,83,207). Sum of RGB (Red+Green+Blue) = 201+83+207=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C953CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953CF is #36AC30. Grayscale: #848484. Windows color (decimal): -3583025 or 13587401. OLE color: 13587401.
HSL color Cylindrical-coordinate representation of color #C953CF: hue angle of 297.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C953CF is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 83 | 207 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.19 |
| HSL | 297.1º | 0.56% | 0.57% | - |
| HSV(B) | 297.1º | 0.6% | 0.81% | - |
| XYZ | 38.44 | 23.11 | 61.47 | - |
| YUV | 132.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 207 | 0.03 | 0.60 | 0 | 0.19 | 297.1 | 0.56 | 0.57 |
| Hex | C9 | 53 | CF | 3 | 3C | 0 | 13 | 129 | 38 | 39 |
| Octal | 311 | 123 | 317 | 3 | 74 | 0 | 23 | 451 | 70 | 71 |
| Binary | 11001001 | 1010011 | 11001111 | 11 | 111100 | 0 | 10011 | 100101001 | 111000 | 111001 |
Color Harmonies of #C953CF
Complementary color
Monochromatic Colors of #C953CF
Black with #C953CF
Text Example
Text Example
White with #C953CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953CF; }
p { color: rgb(201,83,207); }
H1.HeaderClassName
{
color: #C953CF;
}
.AnyTagClassName
{
color: #C953CF;
}
</style>
background-color css
<style>
a { background-color: #C953CF; }
a { background-color: rgb(201,83,207); }
div.DivClassName
{
background-color: #C953CF;
}
.BgClassName
{
background-color: #C953CF;
}
</style>
border-color css
<style>
span { border-color: #C953CF; }
span { border-color: rgb(201,83,207); }
td.TdClassName
{
border-color: #C953CF;
}
.TagClassName
{
border-color: #C953CF;
}
</style>