Shades of Fuchsia #C930CE
Tints of Fuchsia #C930CE
RGB
CMYK
RGB Variations
Color information
#C930CE (or 0xC930CE) is known color: Fuchsia. HEX triplet: C9, 30 and CE. RGB value is (201,48,206). Sum of RGB (Red+Green+Blue) = 201+48+206=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #C930CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930CE is #36CF31. Grayscale: #6F6F6F. Windows color (decimal): -3591986 or 13512905. OLE color: 13512905.
HSL color Cylindrical-coordinate representation of color #C930CE: hue angle of 298.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C930CE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 48 | 206 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.19 |
| HSL | 298.1º | 0.62% | 0.5% | - |
| HSV(B) | 298.1º | 0.77% | 0.81% | - |
| XYZ | 36.28 | 18.99 | 60.15 | - |
| YUV | 111.76 | 181.19 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 206 | 0.02 | 0.77 | 0 | 0.19 | 298.1 | 0.62 | 0.5 |
| Hex | C9 | 30 | CE | 2 | 4D | 0 | 13 | 12A | 3E | 32 |
| Octal | 311 | 60 | 316 | 2 | 115 | 0 | 23 | 452 | 76 | 62 |
| Binary | 11001001 | 110000 | 11001110 | 10 | 1001101 | 0 | 10011 | 100101010 | 111110 | 110010 |
Color Harmonies of #C930CE
Complementary color
Monochromatic Colors of #C930CE
Black with #C930CE
Text Example
Text Example
White with #C930CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930CE; }
p { color: rgb(201,48,206); }
H1.HeaderClassName
{
color: #C930CE;
}
.AnyTagClassName
{
color: #C930CE;
}
</style>
background-color css
<style>
a { background-color: #C930CE; }
a { background-color: rgb(201,48,206); }
div.DivClassName
{
background-color: #C930CE;
}
.BgClassName
{
background-color: #C930CE;
}
</style>
border-color css
<style>
span { border-color: #C930CE; }
span { border-color: rgb(201,48,206); }
td.TdClassName
{
border-color: #C930CE;
}
.TagClassName
{
border-color: #C930CE;
}
</style>