Shades of Fuchsia #CA3BCD
Tints of Fuchsia #CA3BCD
RGB
CMYK
RGB Variations
Color information
#CA3BCD (or 0xCA3BCD) is known color: Fuchsia. HEX triplet: CA, 3B and CD. RGB value is (202,59,205). Sum of RGB (Red+Green+Blue) = 202+59+205=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA3BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BCD is #35C432. Grayscale: #757575. Windows color (decimal): -3523635 or 13450186. OLE color: 13450186.
HSL color Cylindrical-coordinate representation of color #CA3BCD: hue angle of 298.77º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3BCD is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 59 | 205 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.20 |
| HSL | 298.77º | 0.59% | 0.52% | - |
| HSV(B) | 298.77º | 0.71% | 0.8% | - |
| XYZ | 36.94 | 20.09 | 59.69 | - |
| YUV | 118.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 205 | 0.01 | 0.71 | 0 | 0.20 | 298.77 | 0.59 | 0.52 |
| Hex | CA | 3B | CD | 1 | 47 | 0 | 14 | 12B | 3B | 34 |
| Octal | 312 | 73 | 315 | 1 | 107 | 0 | 24 | 453 | 73 | 64 |
| Binary | 11001010 | 111011 | 11001101 | 1 | 1000111 | 0 | 10100 | 100101011 | 111011 | 110100 |
Color Harmonies of #CA3BCD
Complementary color
Monochromatic Colors of #CA3BCD
Black with #CA3BCD
Text Example
Text Example
White with #CA3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3BCD; }
p { color: rgb(202,59,205); }
H1.HeaderClassName
{
color: #CA3BCD;
}
.AnyTagClassName
{
color: #CA3BCD;
}
</style>
background-color css
<style>
a { background-color: #CA3BCD; }
a { background-color: rgb(202,59,205); }
div.DivClassName
{
background-color: #CA3BCD;
}
.BgClassName
{
background-color: #CA3BCD;
}
</style>
border-color css
<style>
span { border-color: #CA3BCD; }
span { border-color: rgb(202,59,205); }
td.TdClassName
{
border-color: #CA3BCD;
}
.TagClassName
{
border-color: #CA3BCD;
}
</style>