Shades of Fuchsia #C953B3
Tints of Fuchsia #C953B3
RGB
CMYK
RGB Variations
Color information
#C953B3 (or 0xC953B3) is known color: Fuchsia. HEX triplet: C9, 53 and B3. RGB value is (201,83,179). Sum of RGB (Red+Green+Blue) = 201+83+179=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C953B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953B3 is #36AC4C. Grayscale: #808080. Windows color (decimal): -3583053 or 11752393. OLE color: 11752393.
HSL color Cylindrical-coordinate representation of color #C953B3: hue angle of 311.19º 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 #C953B3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 179 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.21 |
| HSL | 311.19º | 0.52% | 0.56% | - |
| HSV(B) | 311.19º | 0.59% | 0.79% | - |
| XYZ | 35.32 | 21.86 | 45.01 | - |
| YUV | 129.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 179 | 0 | 0.59 | 0.11 | 0.21 | 311.19 | 0.52 | 0.56 |
| Hex | C9 | 53 | B3 | 0 | 3B | B | 15 | 137 | 34 | 38 |
| Octal | 311 | 123 | 263 | 0 | 73 | 13 | 25 | 467 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10110011 | 0 | 111011 | 1011 | 10101 | 100110111 | 110100 | 111000 |
Color Harmonies of #C953B3
Complementary color
Monochromatic Colors of #C953B3
Black with #C953B3
Text Example
Text Example
White with #C953B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953B3; }
p { color: rgb(201,83,179); }
H1.HeaderClassName
{
color: #C953B3;
}
.AnyTagClassName
{
color: #C953B3;
}
</style>
background-color css
<style>
a { background-color: #C953B3; }
a { background-color: rgb(201,83,179); }
div.DivClassName
{
background-color: #C953B3;
}
.BgClassName
{
background-color: #C953B3;
}
</style>
border-color css
<style>
span { border-color: #C953B3; }
span { border-color: rgb(201,83,179); }
td.TdClassName
{
border-color: #C953B3;
}
.TagClassName
{
border-color: #C953B3;
}
</style>