Shades of Fuchsia #CA50BE
Tints of Fuchsia #CA50BE
RGB
CMYK
RGB Variations
Color information
#CA50BE (or 0xCA50BE) is known color: Fuchsia. HEX triplet: CA, 50 and BE. RGB value is (202,80,190). Sum of RGB (Red+Green+Blue) = 202+80+190=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50BE is #35AF41. Grayscale: #808080. Windows color (decimal): -3518274 or 12472522. OLE color: 12472522.
HSL color Cylindrical-coordinate representation of color #CA50BE: hue angle of 305.9º degrees, saturation: 0.54, 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 #CA50BE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 190 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.21 |
| HSL | 305.9º | 0.54% | 0.55% | - |
| HSV(B) | 305.9º | 0.6% | 0.79% | - |
| XYZ | 36.52 | 22.01 | 51.04 | - |
| YUV | 129.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 190 | 0 | 0.60 | 0.06 | 0.21 | 305.9 | 0.54 | 0.55 |
| Hex | CA | 50 | BE | 0 | 3C | 6 | 15 | 132 | 36 | 37 |
| Octal | 312 | 120 | 276 | 0 | 74 | 6 | 25 | 462 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10111110 | 0 | 111100 | 110 | 10101 | 100110010 | 110110 | 110111 |
Color Harmonies of #CA50BE
Complementary color
Monochromatic Colors of #CA50BE
Black with #CA50BE
Text Example
Text Example
White with #CA50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50BE; }
p { color: rgb(202,80,190); }
H1.HeaderClassName
{
color: #CA50BE;
}
.AnyTagClassName
{
color: #CA50BE;
}
</style>
background-color css
<style>
a { background-color: #CA50BE; }
a { background-color: rgb(202,80,190); }
div.DivClassName
{
background-color: #CA50BE;
}
.BgClassName
{
background-color: #CA50BE;
}
</style>
border-color css
<style>
span { border-color: #CA50BE; }
span { border-color: rgb(202,80,190); }
td.TdClassName
{
border-color: #CA50BE;
}
.TagClassName
{
border-color: #CA50BE;
}
</style>