Shades of Fuchsia #C929B5
Tints of Fuchsia #C929B5
RGB
CMYK
RGB Variations
Color information
#C929B5 (or 0xC929B5) is known color: Fuchsia. HEX triplet: C9, 29 and B5. RGB value is (201,41,181). Sum of RGB (Red+Green+Blue) = 201+41+181=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C929B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929B5 is #36D64A. Grayscale: #686868. Windows color (decimal): -3593803 or 11872713. OLE color: 11872713.
HSL color Cylindrical-coordinate representation of color #C929B5: hue angle of 307.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929B5 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 181 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.21 |
| HSL | 307.5º | 0.66% | 0.47% | - |
| HSV(B) | 307.5º | 0.8% | 0.79% | - |
| XYZ | 33.22 | 17.34 | 45.31 | - |
| YUV | 104.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 181 | 0 | 0.80 | 0.10 | 0.21 | 307.5 | 0.66 | 0.47 |
| Hex | C9 | 29 | B5 | 0 | 50 | A | 15 | 134 | 42 | 2F |
| Octal | 311 | 51 | 265 | 0 | 120 | 12 | 25 | 464 | 102 | 57 |
| Binary | 11001001 | 101001 | 10110101 | 0 | 1010000 | 1010 | 10101 | 100110100 | 1000010 | 101111 |
Color Harmonies of #C929B5
Complementary color
Monochromatic Colors of #C929B5
Black with #C929B5
Text Example
Text Example
White with #C929B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929B5; }
p { color: rgb(201,41,181); }
H1.HeaderClassName
{
color: #C929B5;
}
.AnyTagClassName
{
color: #C929B5;
}
</style>
background-color css
<style>
a { background-color: #C929B5; }
a { background-color: rgb(201,41,181); }
div.DivClassName
{
background-color: #C929B5;
}
.BgClassName
{
background-color: #C929B5;
}
</style>
border-color css
<style>
span { border-color: #C929B5; }
span { border-color: rgb(201,41,181); }
td.TdClassName
{
border-color: #C929B5;
}
.TagClassName
{
border-color: #C929B5;
}
</style>