Shades of Fuchsia #CA4DBC
Tints of Fuchsia #CA4DBC
RGB
CMYK
RGB Variations
Color information
#CA4DBC (or 0xCA4DBC) is known color: Fuchsia. HEX triplet: CA, 4D and BC. RGB value is (202,77,188). Sum of RGB (Red+Green+Blue) = 202+77+188=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DBC is #35B243. Grayscale: #7E7E7E. Windows color (decimal): -3519044 or 12340682. OLE color: 12340682.
HSL color Cylindrical-coordinate representation of color #CA4DBC: hue angle of 306.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DBC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 188 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.21 |
| HSL | 306.72º | 0.54% | 0.55% | - |
| HSV(B) | 306.72º | 0.62% | 0.79% | - |
| XYZ | 36.09 | 21.5 | 49.82 | - |
| YUV | 127.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 188 | 0 | 0.62 | 0.07 | 0.21 | 306.72 | 0.54 | 0.55 |
| Hex | CA | 4D | BC | 0 | 3E | 7 | 15 | 133 | 36 | 37 |
| Octal | 312 | 115 | 274 | 0 | 76 | 7 | 25 | 463 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10111100 | 0 | 111110 | 111 | 10101 | 100110011 | 110110 | 110111 |
Color Harmonies of #CA4DBC
Complementary color
Monochromatic Colors of #CA4DBC
Black with #CA4DBC
Text Example
Text Example
White with #CA4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DBC; }
p { color: rgb(202,77,188); }
H1.HeaderClassName
{
color: #CA4DBC;
}
.AnyTagClassName
{
color: #CA4DBC;
}
</style>
background-color css
<style>
a { background-color: #CA4DBC; }
a { background-color: rgb(202,77,188); }
div.DivClassName
{
background-color: #CA4DBC;
}
.BgClassName
{
background-color: #CA4DBC;
}
</style>
border-color css
<style>
span { border-color: #CA4DBC; }
span { border-color: rgb(202,77,188); }
td.TdClassName
{
border-color: #CA4DBC;
}
.TagClassName
{
border-color: #CA4DBC;
}
</style>