Shades of Fuchsia #C930C3
Tints of Fuchsia #C930C3
RGB
CMYK
RGB Variations
Color information
#C930C3 (or 0xC930C3) is known color: Fuchsia. HEX triplet: C9, 30 and C3. RGB value is (201,48,195). Sum of RGB (Red+Green+Blue) = 201+48+195=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C930C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930C3 is #36CF3C. Grayscale: #6E6E6E. Windows color (decimal): -3591997 or 12792009. OLE color: 12792009.
HSL color Cylindrical-coordinate representation of color #C930C3: hue angle of 302.35º 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 #C930C3 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 195 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.21 |
| HSL | 302.35º | 0.61% | 0.49% | - |
| HSV(B) | 302.35º | 0.76% | 0.79% | - |
| XYZ | 34.99 | 18.47 | 53.35 | - |
| YUV | 110.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 195 | 0 | 0.76 | 0.03 | 0.21 | 302.35 | 0.61 | 0.49 |
| Hex | C9 | 30 | C3 | 0 | 4C | 3 | 15 | 12E | 3D | 31 |
| Octal | 311 | 60 | 303 | 0 | 114 | 3 | 25 | 456 | 75 | 61 |
| Binary | 11001001 | 110000 | 11000011 | 0 | 1001100 | 11 | 10101 | 100101110 | 111101 | 110001 |
Color Harmonies of #C930C3
Complementary color
Monochromatic Colors of #C930C3
Black with #C930C3
Text Example
Text Example
White with #C930C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930C3; }
p { color: rgb(201,48,195); }
H1.HeaderClassName
{
color: #C930C3;
}
.AnyTagClassName
{
color: #C930C3;
}
</style>
background-color css
<style>
a { background-color: #C930C3; }
a { background-color: rgb(201,48,195); }
div.DivClassName
{
background-color: #C930C3;
}
.BgClassName
{
background-color: #C930C3;
}
</style>
border-color css
<style>
span { border-color: #C930C3; }
span { border-color: rgb(201,48,195); }
td.TdClassName
{
border-color: #C930C3;
}
.TagClassName
{
border-color: #C930C3;
}
</style>