Shades of Fuchsia #C04BBA
Tints of Fuchsia #C04BBA
RGB
CMYK
RGB Variations
Color information
#C04BBA (or 0xC04BBA) is known color: Fuchsia. HEX triplet: C0, 4B and BA. RGB value is (192,75,186). Sum of RGB (Red+Green+Blue) = 192+75+186=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BBA is #3FB445. Grayscale: #7A7A7A. Windows color (decimal): -4174918 or 12209088. OLE color: 12209088.
HSL color Cylindrical-coordinate representation of color #C04BBA: hue angle of 303.08º 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 #C04BBA is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 186 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.25 |
| HSL | 303.08º | 0.48% | 0.52% | - |
| HSV(B) | 303.08º | 0.61% | 0.75% | - |
| XYZ | 33.12 | 19.78 | 48.53 | - |
| YUV | 122.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 186 | 0 | 0.61 | 0.03 | 0.25 | 303.08 | 0.48 | 0.52 |
| Hex | C0 | 4B | BA | 0 | 3D | 3 | 19 | 12F | 30 | 34 |
| Octal | 300 | 113 | 272 | 0 | 75 | 3 | 31 | 457 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10111010 | 0 | 111101 | 11 | 11001 | 100101111 | 110000 | 110100 |
Color Harmonies of #C04BBA
Complementary color
Monochromatic Colors of #C04BBA
Black with #C04BBA
Text Example
Text Example
White with #C04BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BBA; }
p { color: rgb(192,75,186); }
H1.HeaderClassName
{
color: #C04BBA;
}
.AnyTagClassName
{
color: #C04BBA;
}
</style>
background-color css
<style>
a { background-color: #C04BBA; }
a { background-color: rgb(192,75,186); }
div.DivClassName
{
background-color: #C04BBA;
}
.BgClassName
{
background-color: #C04BBA;
}
</style>
border-color css
<style>
span { border-color: #C04BBA; }
span { border-color: rgb(192,75,186); }
td.TdClassName
{
border-color: #C04BBA;
}
.TagClassName
{
border-color: #C04BBA;
}
</style>