Shades of Fuchsia #C930BB
Tints of Fuchsia #C930BB
RGB
CMYK
RGB Variations
Color information
#C930BB (or 0xC930BB) is known color: Fuchsia. HEX triplet: C9, 30 and BB. RGB value is (201,48,187). Sum of RGB (Red+Green+Blue) = 201+48+187=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C930BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930BB is #36CF44. Grayscale: #6D6D6D. Windows color (decimal): -3592005 or 12267721. OLE color: 12267721.
HSL color Cylindrical-coordinate representation of color #C930BB: hue angle of 305.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C930BB is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 187 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.21 |
| HSL | 305.49º | 0.61% | 0.49% | - |
| HSV(B) | 305.49º | 0.76% | 0.79% | - |
| XYZ | 34.11 | 18.12 | 48.71 | - |
| YUV | 109.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 187 | 0 | 0.76 | 0.07 | 0.21 | 305.49 | 0.61 | 0.49 |
| Hex | C9 | 30 | BB | 0 | 4C | 7 | 15 | 131 | 3D | 31 |
| Octal | 311 | 60 | 273 | 0 | 114 | 7 | 25 | 461 | 75 | 61 |
| Binary | 11001001 | 110000 | 10111011 | 0 | 1001100 | 111 | 10101 | 100110001 | 111101 | 110001 |
Color Harmonies of #C930BB
Complementary color
Monochromatic Colors of #C930BB
Black with #C930BB
Text Example
Text Example
White with #C930BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930BB; }
p { color: rgb(201,48,187); }
H1.HeaderClassName
{
color: #C930BB;
}
.AnyTagClassName
{
color: #C930BB;
}
</style>
background-color css
<style>
a { background-color: #C930BB; }
a { background-color: rgb(201,48,187); }
div.DivClassName
{
background-color: #C930BB;
}
.BgClassName
{
background-color: #C930BB;
}
</style>
border-color css
<style>
span { border-color: #C930BB; }
span { border-color: rgb(201,48,187); }
td.TdClassName
{
border-color: #C930BB;
}
.TagClassName
{
border-color: #C930BB;
}
</style>