Shades of Fuchsia #CA4FBC
Tints of Fuchsia #CA4FBC
RGB
CMYK
RGB Variations
Color information
#CA4FBC (or 0xCA4FBC) is known color: Fuchsia. HEX triplet: CA, 4F and BC. RGB value is (202,79,188). Sum of RGB (Red+Green+Blue) = 202+79+188=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FBC is #35B043. Grayscale: #7F7F7F. Windows color (decimal): -3518532 or 12341194. OLE color: 12341194.
HSL color Cylindrical-coordinate representation of color #CA4FBC: hue angle of 306.83º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4FBC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 188 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.21 |
| HSL | 306.83º | 0.54% | 0.55% | - |
| HSV(B) | 306.83º | 0.61% | 0.79% | - |
| XYZ | 36.23 | 21.78 | 49.87 | - |
| YUV | 128.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 188 | 0 | 0.61 | 0.07 | 0.21 | 306.83 | 0.54 | 0.55 |
| Hex | CA | 4F | BC | 0 | 3D | 7 | 15 | 133 | 36 | 37 |
| Octal | 312 | 117 | 274 | 0 | 75 | 7 | 25 | 463 | 66 | 67 |
| Binary | 11001010 | 1001111 | 10111100 | 0 | 111101 | 111 | 10101 | 100110011 | 110110 | 110111 |
Color Harmonies of #CA4FBC
Complementary color
Monochromatic Colors of #CA4FBC
Black with #CA4FBC
Text Example
Text Example
White with #CA4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FBC; }
p { color: rgb(202,79,188); }
H1.HeaderClassName
{
color: #CA4FBC;
}
.AnyTagClassName
{
color: #CA4FBC;
}
</style>
background-color css
<style>
a { background-color: #CA4FBC; }
a { background-color: rgb(202,79,188); }
div.DivClassName
{
background-color: #CA4FBC;
}
.BgClassName
{
background-color: #CA4FBC;
}
</style>
border-color css
<style>
span { border-color: #CA4FBC; }
span { border-color: rgb(202,79,188); }
td.TdClassName
{
border-color: #CA4FBC;
}
.TagClassName
{
border-color: #CA4FBC;
}
</style>