Shades of Fuchsia #CA51BE
Tints of Fuchsia #CA51BE
RGB
CMYK
RGB Variations
Color information
#CA51BE (or 0xCA51BE) is known color: Fuchsia. HEX triplet: CA, 51 and BE. RGB value is (202,81,190). Sum of RGB (Red+Green+Blue) = 202+81+190=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51BE is #35AE41. Grayscale: #818181. Windows color (decimal): -3518018 or 12472778. OLE color: 12472778.
HSL color Cylindrical-coordinate representation of color #CA51BE: hue angle of 305.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51BE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 190 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.21 |
| HSL | 305.95º | 0.53% | 0.55% | - |
| HSV(B) | 305.95º | 0.6% | 0.79% | - |
| XYZ | 36.59 | 22.16 | 51.06 | - |
| YUV | 129.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 190 | 0 | 0.60 | 0.06 | 0.21 | 305.95 | 0.53 | 0.55 |
| Hex | CA | 51 | BE | 0 | 3C | 6 | 15 | 132 | 35 | 37 |
| Octal | 312 | 121 | 276 | 0 | 74 | 6 | 25 | 462 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10111110 | 0 | 111100 | 110 | 10101 | 100110010 | 110101 | 110111 |
Color Harmonies of #CA51BE
Complementary color
Monochromatic Colors of #CA51BE
Black with #CA51BE
Text Example
Text Example
White with #CA51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51BE; }
p { color: rgb(202,81,190); }
H1.HeaderClassName
{
color: #CA51BE;
}
.AnyTagClassName
{
color: #CA51BE;
}
</style>
background-color css
<style>
a { background-color: #CA51BE; }
a { background-color: rgb(202,81,190); }
div.DivClassName
{
background-color: #CA51BE;
}
.BgClassName
{
background-color: #CA51BE;
}
</style>
border-color css
<style>
span { border-color: #CA51BE; }
span { border-color: rgb(202,81,190); }
td.TdClassName
{
border-color: #CA51BE;
}
.TagClassName
{
border-color: #CA51BE;
}
</style>