Shades of Fuchsia #C04FBD
Tints of Fuchsia #C04FBD
RGB
CMYK
RGB Variations
Color information
#C04FBD (or 0xC04FBD) is known color: Fuchsia. HEX triplet: C0, 4F and BD. RGB value is (192,79,189). Sum of RGB (Red+Green+Blue) = 192+79+189=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FBD is #3FB042. Grayscale: #7D7D7D. Windows color (decimal): -4173891 or 12406720. OLE color: 12406720.
HSL color Cylindrical-coordinate representation of color #C04FBD: hue angle of 301.59º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FBD is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 189 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.25 |
| HSL | 301.59º | 0.47% | 0.53% | - |
| HSV(B) | 301.59º | 0.59% | 0.75% | - |
| XYZ | 33.72 | 20.47 | 50.32 | - |
| YUV | 125.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 189 | 0 | 0.59 | 0.02 | 0.25 | 301.59 | 0.47 | 0.53 |
| Hex | C0 | 4F | BD | 0 | 3B | 2 | 19 | 12E | 2F | 35 |
| Octal | 300 | 117 | 275 | 0 | 73 | 2 | 31 | 456 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10111101 | 0 | 111011 | 10 | 11001 | 100101110 | 101111 | 110101 |
Color Harmonies of #C04FBD
Complementary color
Monochromatic Colors of #C04FBD
Black with #C04FBD
Text Example
Text Example
White with #C04FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FBD; }
p { color: rgb(192,79,189); }
H1.HeaderClassName
{
color: #C04FBD;
}
.AnyTagClassName
{
color: #C04FBD;
}
</style>
background-color css
<style>
a { background-color: #C04FBD; }
a { background-color: rgb(192,79,189); }
div.DivClassName
{
background-color: #C04FBD;
}
.BgClassName
{
background-color: #C04FBD;
}
</style>
border-color css
<style>
span { border-color: #C04FBD; }
span { border-color: rgb(192,79,189); }
td.TdClassName
{
border-color: #C04FBD;
}
.TagClassName
{
border-color: #C04FBD;
}
</style>