Shades of Fuchsia #C04CCB
Tints of Fuchsia #C04CCB
RGB
CMYK
RGB Variations
Color information
#C04CCB (or 0xC04CCB) is known color: Fuchsia. HEX triplet: C0, 4C and CB. RGB value is (192,76,203). Sum of RGB (Red+Green+Blue) = 192+76+203=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C04CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCB is #3FB334. Grayscale: #7C7C7C. Windows color (decimal): -4174645 or 13323456. OLE color: 13323456.
HSL color Cylindrical-coordinate representation of color #C04CCB: hue angle of 294.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04CCB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 76 | 203 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.20 |
| HSL | 294.8º | 0.55% | 0.55% | - |
| HSV(B) | 294.8º | 0.63% | 0.8% | - |
| XYZ | 35.1 | 20.69 | 58.64 | - |
| YUV | 125.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 203 | 0.05 | 0.63 | 0 | 0.20 | 294.8 | 0.55 | 0.55 |
| Hex | C0 | 4C | CB | 5 | 3F | 0 | 14 | 127 | 37 | 37 |
| Octal | 300 | 114 | 313 | 5 | 77 | 0 | 24 | 447 | 67 | 67 |
| Binary | 11000000 | 1001100 | 11001011 | 101 | 111111 | 0 | 10100 | 100100111 | 110111 | 110111 |
Color Harmonies of #C04CCB
Complementary color
Monochromatic Colors of #C04CCB
Black with #C04CCB
Text Example
Text Example
White with #C04CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CCB; }
p { color: rgb(192,76,203); }
H1.HeaderClassName
{
color: #C04CCB;
}
.AnyTagClassName
{
color: #C04CCB;
}
</style>
background-color css
<style>
a { background-color: #C04CCB; }
a { background-color: rgb(192,76,203); }
div.DivClassName
{
background-color: #C04CCB;
}
.BgClassName
{
background-color: #C04CCB;
}
</style>
border-color css
<style>
span { border-color: #C04CCB; }
span { border-color: rgb(192,76,203); }
td.TdClassName
{
border-color: #C04CCB;
}
.TagClassName
{
border-color: #C04CCB;
}
</style>