Shades of Fuchsia #C04BBF
Tints of Fuchsia #C04BBF
RGB
CMYK
RGB Variations
Color information
#C04BBF (or 0xC04BBF) is known color: Fuchsia. HEX triplet: C0, 4B and BF. RGB value is (192,75,191). Sum of RGB (Red+Green+Blue) = 192+75+191=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BBF is #3FB440. Grayscale: #7A7A7A. Windows color (decimal): -4174913 or 12536768. OLE color: 12536768.
HSL color Cylindrical-coordinate representation of color #C04BBF: hue angle of 300.51º 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 #C04BBF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 191 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.25 |
| HSL | 300.51º | 0.48% | 0.52% | - |
| HSV(B) | 300.51º | 0.61% | 0.75% | - |
| XYZ | 33.66 | 20 | 51.38 | - |
| YUV | 123.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 191 | 0 | 0.61 | 0.01 | 0.25 | 300.51 | 0.48 | 0.52 |
| Hex | C0 | 4B | BF | 0 | 3D | 1 | 19 | 12D | 30 | 34 |
| Octal | 300 | 113 | 277 | 0 | 75 | 1 | 31 | 455 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10111111 | 0 | 111101 | 1 | 11001 | 100101101 | 110000 | 110100 |
Color Harmonies of #C04BBF
Complementary color
Monochromatic Colors of #C04BBF
Black with #C04BBF
Text Example
Text Example
White with #C04BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BBF; }
p { color: rgb(192,75,191); }
H1.HeaderClassName
{
color: #C04BBF;
}
.AnyTagClassName
{
color: #C04BBF;
}
</style>
background-color css
<style>
a { background-color: #C04BBF; }
a { background-color: rgb(192,75,191); }
div.DivClassName
{
background-color: #C04BBF;
}
.BgClassName
{
background-color: #C04BBF;
}
</style>
border-color css
<style>
span { border-color: #C04BBF; }
span { border-color: rgb(192,75,191); }
td.TdClassName
{
border-color: #C04BBF;
}
.TagClassName
{
border-color: #C04BBF;
}
</style>