Shades of Fuchsia #C935B8
Tints of Fuchsia #C935B8
RGB
CMYK
RGB Variations
Color information
#C935B8 (or 0xC935B8) is known color: Fuchsia. HEX triplet: C9, 35 and B8. RGB value is (201,53,184). Sum of RGB (Red+Green+Blue) = 201+53+184=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C935B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935B8 is #36CA47. Grayscale: #6F6F6F. Windows color (decimal): -3590728 or 12072393. OLE color: 12072393.
HSL color Cylindrical-coordinate representation of color #C935B8: hue angle of 306.89º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935B8 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 184 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.21 |
| HSL | 306.89º | 0.58% | 0.5% | - |
| HSV(B) | 306.89º | 0.74% | 0.79% | - |
| XYZ | 34.01 | 18.42 | 47.11 | - |
| YUV | 112.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 184 | 0 | 0.74 | 0.08 | 0.21 | 306.89 | 0.58 | 0.5 |
| Hex | C9 | 35 | B8 | 0 | 4A | 8 | 15 | 133 | 3A | 32 |
| Octal | 311 | 65 | 270 | 0 | 112 | 10 | 25 | 463 | 72 | 62 |
| Binary | 11001001 | 110101 | 10111000 | 0 | 1001010 | 1000 | 10101 | 100110011 | 111010 | 110010 |
Color Harmonies of #C935B8
Complementary color
Monochromatic Colors of #C935B8
Black with #C935B8
Text Example
Text Example
White with #C935B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935B8; }
p { color: rgb(201,53,184); }
H1.HeaderClassName
{
color: #C935B8;
}
.AnyTagClassName
{
color: #C935B8;
}
</style>
background-color css
<style>
a { background-color: #C935B8; }
a { background-color: rgb(201,53,184); }
div.DivClassName
{
background-color: #C935B8;
}
.BgClassName
{
background-color: #C935B8;
}
</style>
border-color css
<style>
span { border-color: #C935B8; }
span { border-color: rgb(201,53,184); }
td.TdClassName
{
border-color: #C935B8;
}
.TagClassName
{
border-color: #C935B8;
}
</style>