Shades of Fuchsia #C729B3
Tints of Fuchsia #C729B3
RGB
CMYK
RGB Variations
Color information
#C729B3 (or 0xC729B3) is known color: Fuchsia. HEX triplet: C7, 29 and B3. RGB value is (199,41,179). Sum of RGB (Red+Green+Blue) = 199+41+179=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C729B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729B3 is #38D64C. Grayscale: #676767. Windows color (decimal): -3724877 or 11741639. OLE color: 11741639.
HSL color Cylindrical-coordinate representation of color #C729B3: hue angle of 307.59º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C729B3 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 179 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.22 |
| HSL | 307.59º | 0.66% | 0.47% | - |
| HSV(B) | 307.59º | 0.79% | 0.78% | - |
| XYZ | 32.48 | 16.98 | 44.21 | - |
| YUV | 103.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 179 | 0 | 0.79 | 0.10 | 0.22 | 307.59 | 0.66 | 0.47 |
| Hex | C7 | 29 | B3 | 0 | 4F | A | 16 | 134 | 42 | 2F |
| Octal | 307 | 51 | 263 | 0 | 117 | 12 | 26 | 464 | 102 | 57 |
| Binary | 11000111 | 101001 | 10110011 | 0 | 1001111 | 1010 | 10110 | 100110100 | 1000010 | 101111 |
Color Harmonies of #C729B3
Complementary color
Monochromatic Colors of #C729B3
Black with #C729B3
Text Example
Text Example
White with #C729B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729B3; }
p { color: rgb(199,41,179); }
H1.HeaderClassName
{
color: #C729B3;
}
.AnyTagClassName
{
color: #C729B3;
}
</style>
background-color css
<style>
a { background-color: #C729B3; }
a { background-color: rgb(199,41,179); }
div.DivClassName
{
background-color: #C729B3;
}
.BgClassName
{
background-color: #C729B3;
}
</style>
border-color css
<style>
span { border-color: #C729B3; }
span { border-color: rgb(199,41,179); }
td.TdClassName
{
border-color: #C729B3;
}
.TagClassName
{
border-color: #C729B3;
}
</style>