Shades of Fuchsia #C930B0
Tints of Fuchsia #C930B0
RGB
CMYK
RGB Variations
Color information
#C930B0 (or 0xC930B0) is known color: Fuchsia. HEX triplet: C9, 30 and B0. RGB value is (201,48,176). Sum of RGB (Red+Green+Blue) = 201+48+176=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C930B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C930B0 is #36CF4F. Grayscale: #6B6B6B. Windows color (decimal): -3592016 or 11546825. OLE color: 11546825.
HSL color Cylindrical-coordinate representation of color #C930B0: hue angle of 309.8º 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 #C930B0 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 176 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.21 |
| HSL | 309.8º | 0.61% | 0.49% | - |
| HSV(B) | 309.8º | 0.76% | 0.79% | - |
| XYZ | 32.98 | 17.67 | 42.75 | - |
| YUV | 108.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 176 | 0 | 0.76 | 0.12 | 0.21 | 309.8 | 0.61 | 0.49 |
| Hex | C9 | 30 | B0 | 0 | 4C | C | 15 | 136 | 3D | 31 |
| Octal | 311 | 60 | 260 | 0 | 114 | 14 | 25 | 466 | 75 | 61 |
| Binary | 11001001 | 110000 | 10110000 | 0 | 1001100 | 1100 | 10101 | 100110110 | 111101 | 110001 |
Color Harmonies of #C930B0
Complementary color
Monochromatic Colors of #C930B0
Black with #C930B0
Text Example
Text Example
White with #C930B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930B0; }
p { color: rgb(201,48,176); }
H1.HeaderClassName
{
color: #C930B0;
}
.AnyTagClassName
{
color: #C930B0;
}
</style>
background-color css
<style>
a { background-color: #C930B0; }
a { background-color: rgb(201,48,176); }
div.DivClassName
{
background-color: #C930B0;
}
.BgClassName
{
background-color: #C930B0;
}
</style>
border-color css
<style>
span { border-color: #C930B0; }
span { border-color: rgb(201,48,176); }
td.TdClassName
{
border-color: #C930B0;
}
.TagClassName
{
border-color: #C930B0;
}
</style>