Shades of Fuchsia #C955B3
Tints of Fuchsia #C955B3
RGB
CMYK
RGB Variations
Color information
#C955B3 (or 0xC955B3) is known color: Fuchsia. HEX triplet: C9, 55 and B3. RGB value is (201,85,179). Sum of RGB (Red+Green+Blue) = 201+85+179=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C955B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955B3 is #36AA4C. Grayscale: #828282. Windows color (decimal): -3582541 or 11752905. OLE color: 11752905.
HSL color Cylindrical-coordinate representation of color #C955B3: hue angle of 311.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955B3 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 179 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.21 |
| HSL | 311.38º | 0.52% | 0.56% | - |
| HSV(B) | 311.38º | 0.58% | 0.79% | - |
| XYZ | 35.47 | 22.17 | 45.06 | - |
| YUV | 130.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 179 | 0 | 0.58 | 0.11 | 0.21 | 311.38 | 0.52 | 0.56 |
| Hex | C9 | 55 | B3 | 0 | 3A | B | 15 | 137 | 34 | 38 |
| Octal | 311 | 125 | 263 | 0 | 72 | 13 | 25 | 467 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10110011 | 0 | 111010 | 1011 | 10101 | 100110111 | 110100 | 111000 |
Color Harmonies of #C955B3
Complementary color
Monochromatic Colors of #C955B3
Black with #C955B3
Text Example
Text Example
White with #C955B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955B3; }
p { color: rgb(201,85,179); }
H1.HeaderClassName
{
color: #C955B3;
}
.AnyTagClassName
{
color: #C955B3;
}
</style>
background-color css
<style>
a { background-color: #C955B3; }
a { background-color: rgb(201,85,179); }
div.DivClassName
{
background-color: #C955B3;
}
.BgClassName
{
background-color: #C955B3;
}
</style>
border-color css
<style>
span { border-color: #C955B3; }
span { border-color: rgb(201,85,179); }
td.TdClassName
{
border-color: #C955B3;
}
.TagClassName
{
border-color: #C955B3;
}
</style>