Shades of Fuchsia #C04FCB
Tints of Fuchsia #C04FCB
RGB
CMYK
RGB Variations
Color information
#C04FCB (or 0xC04FCB) is known color: Fuchsia. HEX triplet: C0, 4F and CB. RGB value is (192,79,203). Sum of RGB (Red+Green+Blue) = 192+79+203=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #C04FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FCB is #3FB034. Grayscale: #7E7E7E. Windows color (decimal): -4173877 or 13324224. OLE color: 13324224.
HSL color Cylindrical-coordinate representation of color #C04FCB: hue angle of 294.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04FCB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 79 | 203 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.20 |
| HSL | 294.68º | 0.54% | 0.55% | - |
| HSV(B) | 294.68º | 0.61% | 0.8% | - |
| XYZ | 35.31 | 21.11 | 58.71 | - |
| YUV | 126.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 203 | 0.05 | 0.61 | 0 | 0.20 | 294.68 | 0.54 | 0.55 |
| Hex | C0 | 4F | CB | 5 | 3D | 0 | 14 | 127 | 36 | 37 |
| Octal | 300 | 117 | 313 | 5 | 75 | 0 | 24 | 447 | 66 | 67 |
| Binary | 11000000 | 1001111 | 11001011 | 101 | 111101 | 0 | 10100 | 100100111 | 110110 | 110111 |
Color Harmonies of #C04FCB
Complementary color
Monochromatic Colors of #C04FCB
Black with #C04FCB
Text Example
Text Example
White with #C04FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FCB; }
p { color: rgb(192,79,203); }
H1.HeaderClassName
{
color: #C04FCB;
}
.AnyTagClassName
{
color: #C04FCB;
}
</style>
background-color css
<style>
a { background-color: #C04FCB; }
a { background-color: rgb(192,79,203); }
div.DivClassName
{
background-color: #C04FCB;
}
.BgClassName
{
background-color: #C04FCB;
}
</style>
border-color css
<style>
span { border-color: #C04FCB; }
span { border-color: rgb(192,79,203); }
td.TdClassName
{
border-color: #C04FCB;
}
.TagClassName
{
border-color: #C04FCB;
}
</style>