Shades of Fuchsia #C04BCA
Tints of Fuchsia #C04BCA
RGB
CMYK
RGB Variations
Color information
#C04BCA (or 0xC04BCA) is known color: Fuchsia. HEX triplet: C0, 4B and CA. RGB value is (192,75,202). Sum of RGB (Red+Green+Blue) = 192+75+202=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04BCA is #3FB435. Grayscale: #7C7C7C. Windows color (decimal): -4174902 or 13257664. OLE color: 13257664.
HSL color Cylindrical-coordinate representation of color #C04BCA: hue angle of 295.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04BCA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 75 | 202 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.21 |
| HSL | 295.28º | 0.55% | 0.54% | - |
| HSV(B) | 295.28º | 0.63% | 0.79% | - |
| XYZ | 34.91 | 20.5 | 57.99 | - |
| YUV | 124.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 202 | 0.05 | 0.63 | 0 | 0.21 | 295.28 | 0.55 | 0.54 |
| Hex | C0 | 4B | CA | 5 | 3F | 0 | 15 | 127 | 37 | 36 |
| Octal | 300 | 113 | 312 | 5 | 77 | 0 | 25 | 447 | 67 | 66 |
| Binary | 11000000 | 1001011 | 11001010 | 101 | 111111 | 0 | 10101 | 100100111 | 110111 | 110110 |
Color Harmonies of #C04BCA
Complementary color
Monochromatic Colors of #C04BCA
Black with #C04BCA
Text Example
Text Example
White with #C04BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BCA; }
p { color: rgb(192,75,202); }
H1.HeaderClassName
{
color: #C04BCA;
}
.AnyTagClassName
{
color: #C04BCA;
}
</style>
background-color css
<style>
a { background-color: #C04BCA; }
a { background-color: rgb(192,75,202); }
div.DivClassName
{
background-color: #C04BCA;
}
.BgClassName
{
background-color: #C04BCA;
}
</style>
border-color css
<style>
span { border-color: #C04BCA; }
span { border-color: rgb(192,75,202); }
td.TdClassName
{
border-color: #C04BCA;
}
.TagClassName
{
border-color: #C04BCA;
}
</style>