Shades of Fuchsia #C04BBD
Tints of Fuchsia #C04BBD
RGB
CMYK
RGB Variations
Color information
#C04BBD (or 0xC04BBD) is known color: Fuchsia. HEX triplet: C0, 4B and BD. RGB value is (192,75,189). Sum of RGB (Red+Green+Blue) = 192+75+189=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BBD is #3FB442. Grayscale: #7A7A7A. Windows color (decimal): -4174915 or 12405696. OLE color: 12405696.
HSL color Cylindrical-coordinate representation of color #C04BBD: hue angle of 301.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04BBD is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 189 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.25 |
| HSL | 301.54º | 0.48% | 0.52% | - |
| HSV(B) | 301.54º | 0.61% | 0.75% | - |
| XYZ | 33.44 | 19.91 | 50.23 | - |
| YUV | 122.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 189 | 0 | 0.61 | 0.02 | 0.25 | 301.54 | 0.48 | 0.52 |
| Hex | C0 | 4B | BD | 0 | 3D | 2 | 19 | 12E | 30 | 34 |
| Octal | 300 | 113 | 275 | 0 | 75 | 2 | 31 | 456 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10111101 | 0 | 111101 | 10 | 11001 | 100101110 | 110000 | 110100 |
Color Harmonies of #C04BBD
Complementary color
Monochromatic Colors of #C04BBD
Black with #C04BBD
Text Example
Text Example
White with #C04BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BBD; }
p { color: rgb(192,75,189); }
H1.HeaderClassName
{
color: #C04BBD;
}
.AnyTagClassName
{
color: #C04BBD;
}
</style>
background-color css
<style>
a { background-color: #C04BBD; }
a { background-color: rgb(192,75,189); }
div.DivClassName
{
background-color: #C04BBD;
}
.BgClassName
{
background-color: #C04BBD;
}
</style>
border-color css
<style>
span { border-color: #C04BBD; }
span { border-color: rgb(192,75,189); }
td.TdClassName
{
border-color: #C04BBD;
}
.TagClassName
{
border-color: #C04BBD;
}
</style>