Shades of Fuchsia #C930B4
Tints of Fuchsia #C930B4
RGB
CMYK
RGB Variations
Color information
#C930B4 (or 0xC930B4) is known color: Fuchsia. HEX triplet: C9, 30 and B4. RGB value is (201,48,180). Sum of RGB (Red+Green+Blue) = 201+48+180=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C930B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C930B4 is #36CF4B. Grayscale: #6C6C6C. Windows color (decimal): -3592012 or 11808969. OLE color: 11808969.
HSL color Cylindrical-coordinate representation of color #C930B4: hue angle of 308.24º 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 #C930B4 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 180 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.21 |
| HSL | 308.24º | 0.61% | 0.49% | - |
| HSV(B) | 308.24º | 0.76% | 0.79% | - |
| XYZ | 33.38 | 17.83 | 44.86 | - |
| YUV | 108.8 | 168.19 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 180 | 0 | 0.76 | 0.10 | 0.21 | 308.24 | 0.61 | 0.49 |
| Hex | C9 | 30 | B4 | 0 | 4C | A | 15 | 134 | 3D | 31 |
| Octal | 311 | 60 | 264 | 0 | 114 | 12 | 25 | 464 | 75 | 61 |
| Binary | 11001001 | 110000 | 10110100 | 0 | 1001100 | 1010 | 10101 | 100110100 | 111101 | 110001 |
Color Harmonies of #C930B4
Complementary color
Monochromatic Colors of #C930B4
Black with #C930B4
Text Example
Text Example
White with #C930B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930B4; }
p { color: rgb(201,48,180); }
H1.HeaderClassName
{
color: #C930B4;
}
.AnyTagClassName
{
color: #C930B4;
}
</style>
background-color css
<style>
a { background-color: #C930B4; }
a { background-color: rgb(201,48,180); }
div.DivClassName
{
background-color: #C930B4;
}
.BgClassName
{
background-color: #C930B4;
}
</style>
border-color css
<style>
span { border-color: #C930B4; }
span { border-color: rgb(201,48,180); }
td.TdClassName
{
border-color: #C930B4;
}
.TagClassName
{
border-color: #C930B4;
}
</style>