Shades of Fuchsia #C930BC
Tints of Fuchsia #C930BC
RGB
CMYK
RGB Variations
Color information
#C930BC (or 0xC930BC) is known color: Fuchsia. HEX triplet: C9, 30 and BC. RGB value is (201,48,188). Sum of RGB (Red+Green+Blue) = 201+48+188=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C930BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930BC is #36CF43. Grayscale: #6D6D6D. Windows color (decimal): -3592004 or 12333257. OLE color: 12333257.
HSL color Cylindrical-coordinate representation of color #C930BC: hue angle of 305.1º 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 #C930BC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 188 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.21 |
| HSL | 305.1º | 0.61% | 0.49% | - |
| HSV(B) | 305.1º | 0.76% | 0.79% | - |
| XYZ | 34.22 | 18.16 | 49.28 | - |
| YUV | 109.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 188 | 0 | 0.76 | 0.06 | 0.21 | 305.1 | 0.61 | 0.49 |
| Hex | C9 | 30 | BC | 0 | 4C | 6 | 15 | 131 | 3D | 31 |
| Octal | 311 | 60 | 274 | 0 | 114 | 6 | 25 | 461 | 75 | 61 |
| Binary | 11001001 | 110000 | 10111100 | 0 | 1001100 | 110 | 10101 | 100110001 | 111101 | 110001 |
Color Harmonies of #C930BC
Complementary color
Monochromatic Colors of #C930BC
Black with #C930BC
Text Example
Text Example
White with #C930BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930BC; }
p { color: rgb(201,48,188); }
H1.HeaderClassName
{
color: #C930BC;
}
.AnyTagClassName
{
color: #C930BC;
}
</style>
background-color css
<style>
a { background-color: #C930BC; }
a { background-color: rgb(201,48,188); }
div.DivClassName
{
background-color: #C930BC;
}
.BgClassName
{
background-color: #C930BC;
}
</style>
border-color css
<style>
span { border-color: #C930BC; }
span { border-color: rgb(201,48,188); }
td.TdClassName
{
border-color: #C930BC;
}
.TagClassName
{
border-color: #C930BC;
}
</style>