Shades of Fuchsia #C930C0
Tints of Fuchsia #C930C0
RGB
CMYK
RGB Variations
Color information
#C930C0 (or 0xC930C0) is known color: Fuchsia. HEX triplet: C9, 30 and C0. RGB value is (201,48,192). Sum of RGB (Red+Green+Blue) = 201+48+192=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C930C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930C0 is #36CF3F. Grayscale: #6D6D6D. Windows color (decimal): -3592000 or 12595401. OLE color: 12595401.
HSL color Cylindrical-coordinate representation of color #C930C0: hue angle of 303.53º 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 #C930C0 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 192 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.21 |
| HSL | 303.53º | 0.61% | 0.49% | - |
| HSV(B) | 303.53º | 0.76% | 0.79% | - |
| XYZ | 34.66 | 18.34 | 51.58 | - |
| YUV | 110.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 192 | 0 | 0.76 | 0.04 | 0.21 | 303.53 | 0.61 | 0.49 |
| Hex | C9 | 30 | C0 | 0 | 4C | 4 | 15 | 130 | 3D | 31 |
| Octal | 311 | 60 | 300 | 0 | 114 | 4 | 25 | 460 | 75 | 61 |
| Binary | 11001001 | 110000 | 11000000 | 0 | 1001100 | 100 | 10101 | 100110000 | 111101 | 110001 |
Color Harmonies of #C930C0
Complementary color
Monochromatic Colors of #C930C0
Black with #C930C0
Text Example
Text Example
White with #C930C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930C0; }
p { color: rgb(201,48,192); }
H1.HeaderClassName
{
color: #C930C0;
}
.AnyTagClassName
{
color: #C930C0;
}
</style>
background-color css
<style>
a { background-color: #C930C0; }
a { background-color: rgb(201,48,192); }
div.DivClassName
{
background-color: #C930C0;
}
.BgClassName
{
background-color: #C930C0;
}
</style>
border-color css
<style>
span { border-color: #C930C0; }
span { border-color: rgb(201,48,192); }
td.TdClassName
{
border-color: #C930C0;
}
.TagClassName
{
border-color: #C930C0;
}
</style>